Notice (8) : Trying to get property of non-object [APP/Controller/NovelsController.php , line 525 ]Code Context //ランダムにスレッドを表示。原点となるは除外
$random_data = $this -> Novels -> anyData ( $NovelsOrigin -> id );
$id = '2107)'
$content = null
$NovelsOrigin = null
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = null
$nondisplay = []
$non = null
$i = (int) 0
$count_RsList = (int) 32
$count_treeList = (int) 32 App\Controller\NovelsController::thread() - APP/Controller/NovelsController.php, line 525
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Notice (8) : Trying to get property of non-object [APP/Controller/NovelsController.php , line 528 ]Code Context //質問の文字数と最初の返信の文字数を合計する
$CommentCount = mb_strlen ( $NovelsOrigin -> comment ) + mb_strlen ( $tree -> toArray ()[ 0 ][ 'novels' ][ 'comment' ]);
$id = '2107)'
$content = null
$NovelsOrigin = null
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = null
$nondisplay = []
$non = null
$i = (int) 0
$count_RsList = (int) 32
$count_treeList = (int) 32
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
} App\Controller\NovelsController::thread() - APP/Controller/NovelsController.php, line 528
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Notice (8) : Trying to get property of non-object [APP/Controller/NovelsController.php , line 539 ]Code Context //要望表示のコンポーネント
$category = $this -> Category -> categorydata ( $NovelsOrigin -> category );
$id = '2107)'
$content = null
$NovelsOrigin = null
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = null
$nondisplay = []
$non = null
$i = (int) 0
$count_RsList = (int) 32
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$count_treeList = (int) 32
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$CommentCount = (int) 1259
$site_name = 'ノベル道場/小説の批評をし合おう!'
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$excellent = (int) 3 App\Controller\NovelsController::thread() - APP/Controller/NovelsController.php, line 539
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Notice (8) : Trying to get property of non-object [APP/Controller/NovelsController.php , line 542 ]Code Context if(empty( $this -> request -> query [ 'excellent' ])){
$title = '「' . $NovelsOrigin -> title . '」の批評依頼。' . $category . $title2 ;
$description = $NovelsOrigin -> comment ;
$id = '2107)'
$content = null
$NovelsOrigin = null
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = null
$nondisplay = []
$non = null
$i = (int) 0
$count_RsList = (int) 32
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$count_treeList = (int) 32
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$CommentCount = (int) 1259
$site_name = 'ノベル道場/小説の批評をし合おう!'
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$excellent = (int) 3
$category = '長所を教えてください!' App\Controller\NovelsController::thread() - APP/Controller/NovelsController.php, line 542
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Notice (8) : Trying to get property of non-object [APP/Controller/NovelsController.php , line 543 ]Code Context $title = '「' . $NovelsOrigin -> title . '」の批評依頼。' . $category . $title2 ;
$description = $NovelsOrigin -> comment ;
} else {
$id = '2107)'
$content = null
$NovelsOrigin = null
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_no = null
$nondisplay = []
$non = null
$i = (int) 0
$count_RsList = (int) 32
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$count_treeList = (int) 32
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$CommentCount = (int) 1259
$site_name = 'ノベル道場/小説の批評をし合おう!'
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$excellent = (int) 3
$category = '長所を教えてください!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!' App\Controller\NovelsController::thread() - APP/Controller/NovelsController.php, line 543
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 40 Warning (512) : Unable to emit headers. Headers sent in file=/home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php line=850 [CORE/src/Http/ResponseEmitter.php , line 48 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104388191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-104388191-1');
</script>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!</title>
<link href="/review/favicon.ico" type="image/x-icon" rel="icon"/><link href="/review/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="創作,作家,作家志望,ライトノベル,文芸" name="keywords"/>
<meta name="description"/> <meta/> <meta property="og:title" content="「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/review/img/b26d6b6a13880f74746b57bbcf9e78c1_m.jpg">
<meta property="og:site_name" content="ノベル道場/小説の批評をし合おう!">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107%EF%BC%89">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@ranokenn">
<meta name="twitter:card" content="summary">
<!-- リセットCSS -->
<style>
@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}/ change colours to suit your needs / ins{background-color:#ff9;color:#000;text-decoration:none}/ change colours to suit your needs / mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
fieldset{border:0}fieldset legend{border-bottom:2px solid #1798a5;width:100%;line-height:1.3em;padding-top:1em}.form button[type="submit"]{text-transform:uppercase;box-shadow:none}button:after{content:"";clear:both;display:block}div.message{text-align:center;cursor:pointer;display:block;font-weight:400;padding:0 1.5rem;transition:height .3s ease-out 0;background-color:#a0d3e8;color:#626262;top:15px;right:15px;z-index:1;overflow:hidden;height:50px;line-height:2.5em;box-radius:5px}div.message:before{line-height:0;font-size:20px;height:9pt;width:9pt;border-radius:15px;text-align:center;vertical-align:middle;display:inline-block;position:relative;left:-11px;background-color:#fff;padding:9pt 14px 9pt 10px;content:"i";color:#a0d3e8}div.message.error{background-color:#c3232d;color:#fff}div.message.error:before{padding:11px 1pc 14px 7px;color:#c3232d;content:"x"}div.message.hidden{height:0}.form .error-message{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;color:rgba(0,0,0,.54)}.required>label{font-weight:700}.required>label:after{content:'(必須)';color:#c3232d}.error label,.error label.error{color:#c3232d}
</style>
<!-- bootstrap framework -->
<link rel="stylesheet" href="/review/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/review/css/style2.css"/>
<!-- Googleのスマホ広告タグ -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7538546940315247",
enable_page_level_ads: true
});
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/review/novels">ノベル道場/小説の批評をし合おう!</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/review/novels/add"><i class="fa fa-pencil" aria-hidden="true"></i> 質問、相談する</a> <li><a href="#myForm"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>返信を書く</a>
</ul>
</div>
</aside>
<aside id="koukou2">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 掲示板・上部。 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="8933800360"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> </aside>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item" id="t1">
<div class ="accordion2">
<p id='h2'>返信一覧の表示</p>
<nav id='rslist' class ="accordion2 nondisplay">
<ul class ="nav">
<li class ="syou"><a href="#t2">No:2 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-trace').style.display = (document.getElementById('cakeErr67ee799ee183b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee183b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-code').style.display = (document.getElementById('cakeErr67ee799ee183b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-context').style.display = (document.getElementById('cakeErr67ee799ee183b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee183b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee183b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-trace').style.display = (document.getElementById('cakeErr67ee799ee1ea9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee1ea9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-code').style.display = (document.getElementById('cakeErr67ee799ee1ea9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-context').style.display = (document.getElementById('cakeErr67ee799ee1ea9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee1ea9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee1ea9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t3">No:3 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-trace').style.display = (document.getElementById('cakeErr67ee799ee2894-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee2894-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-code').style.display = (document.getElementById('cakeErr67ee799ee2894-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-context').style.display = (document.getElementById('cakeErr67ee799ee2894-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2894-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee2894-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-trace').style.display = (document.getElementById('cakeErr67ee799ee2ead-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee2ead-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-code').style.display = (document.getElementById('cakeErr67ee799ee2ead-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-context').style.display = (document.getElementById('cakeErr67ee799ee2ead-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2ead-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee2ead-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t4">No:4 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-trace').style.display = (document.getElementById('cakeErr67ee799ee34f3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee34f3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-code').style.display = (document.getElementById('cakeErr67ee799ee34f3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-context').style.display = (document.getElementById('cakeErr67ee799ee34f3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee34f3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee34f3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-trace').style.display = (document.getElementById('cakeErr67ee799ee3ad9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee3ad9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-code').style.display = (document.getElementById('cakeErr67ee799ee3ad9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-context').style.display = (document.getElementById('cakeErr67ee799ee3ad9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee3ad9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee3ad9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t5">No:5 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-trace').style.display = (document.getElementById('cakeErr67ee799ee4108-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4108-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-code').style.display = (document.getElementById('cakeErr67ee799ee4108-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-context').style.display = (document.getElementById('cakeErr67ee799ee4108-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4108-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4108-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-trace').style.display = (document.getElementById('cakeErr67ee799ee4767-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee4767-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-code').style.display = (document.getElementById('cakeErr67ee799ee4767-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-context').style.display = (document.getElementById('cakeErr67ee799ee4767-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4767-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee4767-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t6">No:6 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-trace').style.display = (document.getElementById('cakeErr67ee799ee4dc0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4dc0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-code').style.display = (document.getElementById('cakeErr67ee799ee4dc0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-context').style.display = (document.getElementById('cakeErr67ee799ee4dc0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4dc0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4dc0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-trace').style.display = (document.getElementById('cakeErr67ee799ee53bf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee53bf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-code').style.display = (document.getElementById('cakeErr67ee799ee53bf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-context').style.display = (document.getElementById('cakeErr67ee799ee53bf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee53bf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee53bf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t8">No:8 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-trace').style.display = (document.getElementById('cakeErr67ee799ee59f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee59f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-code').style.display = (document.getElementById('cakeErr67ee799ee59f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-context').style.display = (document.getElementById('cakeErr67ee799ee59f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee59f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee59f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-trace').style.display = (document.getElementById('cakeErr67ee799ee5fff-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee5fff-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-code').style.display = (document.getElementById('cakeErr67ee799ee5fff-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-context').style.display = (document.getElementById('cakeErr67ee799ee5fff-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee5fff-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee5fff-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t11">No:11 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-trace').style.display = (document.getElementById('cakeErr67ee799ee6625-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee6625-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-code').style.display = (document.getElementById('cakeErr67ee799ee6625-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-context').style.display = (document.getElementById('cakeErr67ee799ee6625-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6625-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee6625-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-trace').style.display = (document.getElementById('cakeErr67ee799ee6c6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee6c6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-code').style.display = (document.getElementById('cakeErr67ee799ee6c6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-context').style.display = (document.getElementById('cakeErr67ee799ee6c6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6c6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee6c6f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t12">No:12 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-trace').style.display = (document.getElementById('cakeErr67ee799ee72c8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee72c8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-code').style.display = (document.getElementById('cakeErr67ee799ee72c8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-context').style.display = (document.getElementById('cakeErr67ee799ee72c8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee72c8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee72c8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-trace').style.display = (document.getElementById('cakeErr67ee799ee78b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee78b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-code').style.display = (document.getElementById('cakeErr67ee799ee78b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-context').style.display = (document.getElementById('cakeErr67ee799ee78b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee78b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee78b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t13">No:13 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-trace').style.display = (document.getElementById('cakeErr67ee799ee7edb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee7edb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-code').style.display = (document.getElementById('cakeErr67ee799ee7edb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-context').style.display = (document.getElementById('cakeErr67ee799ee7edb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee7edb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee7edb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-trace').style.display = (document.getElementById('cakeErr67ee799ee852f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee852f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-code').style.display = (document.getElementById('cakeErr67ee799ee852f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-context').style.display = (document.getElementById('cakeErr67ee799ee852f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee852f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee852f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t14">No:14 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-trace').style.display = (document.getElementById('cakeErr67ee799ee8bc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee8bc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-code').style.display = (document.getElementById('cakeErr67ee799ee8bc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-context').style.display = (document.getElementById('cakeErr67ee799ee8bc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee8bc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee8bc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-trace').style.display = (document.getElementById('cakeErr67ee799ee91aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee91aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-code').style.display = (document.getElementById('cakeErr67ee799ee91aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-context').style.display = (document.getElementById('cakeErr67ee799ee91aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee91aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee91aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記 </a>
<li class ="syou"><a href="#t15">No:15 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-trace').style.display = (document.getElementById('cakeErr67ee799ee97b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee97b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-code').style.display = (document.getElementById('cakeErr67ee799ee97b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-context').style.display = (document.getElementById('cakeErr67ee799ee97b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee97b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee97b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-trace').style.display = (document.getElementById('cakeErr67ee799ee9dab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee9dab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-code').style.display = (document.getElementById('cakeErr67ee799ee9dab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-context').style.display = (document.getElementById('cakeErr67ee799ee9dab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee9dab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee9dab-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信 </a>
<li class ="syou"><a href="#t16">No:16 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-trace').style.display = (document.getElementById('cakeErr67ee799eea3dd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eea3dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-code').style.display = (document.getElementById('cakeErr67ee799eea3dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-context').style.display = (document.getElementById('cakeErr67ee799eea3dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea3dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eea3dd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-trace').style.display = (document.getElementById('cakeErr67ee799eea9d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eea9d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-code').style.display = (document.getElementById('cakeErr67ee799eea9d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-context').style.display = (document.getElementById('cakeErr67ee799eea9d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea9d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eea9d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信 </a>
<li class ="syou"><a href="#t17">No:17 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-trace').style.display = (document.getElementById('cakeErr67ee799eeb001-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeb001-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-code').style.display = (document.getElementById('cakeErr67ee799eeb001-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-context').style.display = (document.getElementById('cakeErr67ee799eeb001-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb001-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeb001-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-trace').style.display = (document.getElementById('cakeErr67ee799eeb624-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeb624-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-code').style.display = (document.getElementById('cakeErr67ee799eeb624-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-context').style.display = (document.getElementById('cakeErr67ee799eeb624-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb624-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeb624-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信 </a>
<li class ="syou"><a href="#t18">No:18 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-trace').style.display = (document.getElementById('cakeErr67ee799eebc49-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eebc49-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-code').style.display = (document.getElementById('cakeErr67ee799eebc49-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-context').style.display = (document.getElementById('cakeErr67ee799eebc49-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eebc49-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eebc49-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-trace').style.display = (document.getElementById('cakeErr67ee799eec275-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eec275-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-code').style.display = (document.getElementById('cakeErr67ee799eec275-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-context').style.display = (document.getElementById('cakeErr67ee799eec275-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec275-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eec275-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t19">No:19 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-trace').style.display = (document.getElementById('cakeErr67ee799eec8d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eec8d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-code').style.display = (document.getElementById('cakeErr67ee799eec8d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-context').style.display = (document.getElementById('cakeErr67ee799eec8d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec8d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eec8d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-trace').style.display = (document.getElementById('cakeErr67ee799eeced3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeced3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-code').style.display = (document.getElementById('cakeErr67ee799eeced3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-context').style.display = (document.getElementById('cakeErr67ee799eeced3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeced3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeced3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t20">No:20 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-trace').style.display = (document.getElementById('cakeErr67ee799eed504-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eed504-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-code').style.display = (document.getElementById('cakeErr67ee799eed504-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-context').style.display = (document.getElementById('cakeErr67ee799eed504-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eed504-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eed504-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-trace').style.display = (document.getElementById('cakeErr67ee799eedaf8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eedaf8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-code').style.display = (document.getElementById('cakeErr67ee799eedaf8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-context').style.display = (document.getElementById('cakeErr67ee799eedaf8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eedaf8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eedaf8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t21">No:21 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-trace').style.display = (document.getElementById('cakeErr67ee799eee115-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eee115-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-code').style.display = (document.getElementById('cakeErr67ee799eee115-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-context').style.display = (document.getElementById('cakeErr67ee799eee115-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee115-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eee115-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-trace').style.display = (document.getElementById('cakeErr67ee799eee70a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eee70a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-code').style.display = (document.getElementById('cakeErr67ee799eee70a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-context').style.display = (document.getElementById('cakeErr67ee799eee70a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee70a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eee70a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t7">No:7 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-trace').style.display = (document.getElementById('cakeErr67ee799eeed2b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeed2b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-code').style.display = (document.getElementById('cakeErr67ee799eeed2b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-context').style.display = (document.getElementById('cakeErr67ee799eeed2b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeed2b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeed2b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-trace').style.display = (document.getElementById('cakeErr67ee799eef59f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eef59f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-code').style.display = (document.getElementById('cakeErr67ee799eef59f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-context').style.display = (document.getElementById('cakeErr67ee799eef59f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eef59f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eef59f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ふ じ た に/寿国演義 無邪気皇后銀鈴、茶番で… </a>
<li class ="syou"><a href="#t9">No:9 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-trace').style.display = (document.getElementById('cakeErr67ee799eefbe6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eefbe6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-code').style.display = (document.getElementById('cakeErr67ee799eefbe6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-context').style.display = (document.getElementById('cakeErr67ee799eefbe6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eefbe6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eefbe6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-trace').style.display = (document.getElementById('cakeErr67ee799ef01d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef01d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-code').style.display = (document.getElementById('cakeErr67ee799ef01d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-context').style.display = (document.getElementById('cakeErr67ee799ef01d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef01d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef01d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t10">No:10 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-trace').style.display = (document.getElementById('cakeErr67ee799ef080d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef080d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-code').style.display = (document.getElementById('cakeErr67ee799ef080d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-context').style.display = (document.getElementById('cakeErr67ee799ef080d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef080d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef080d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-trace').style.display = (document.getElementById('cakeErr67ee799ef0dee-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef0dee-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-code').style.display = (document.getElementById('cakeErr67ee799ef0dee-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-context').style.display = (document.getElementById('cakeErr67ee799ef0dee-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef0dee-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef0dee-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t23">No:23 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-trace').style.display = (document.getElementById('cakeErr67ee799ef140a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef140a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-code').style.display = (document.getElementById('cakeErr67ee799ef140a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-context').style.display = (document.getElementById('cakeErr67ee799ef140a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef140a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef140a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-trace').style.display = (document.getElementById('cakeErr67ee799ef19dc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef19dc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-code').style.display = (document.getElementById('cakeErr67ee799ef19dc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-context').style.display = (document.getElementById('cakeErr67ee799ef19dc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef19dc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef19dc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t22">No:22 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-trace').style.display = (document.getElementById('cakeErr67ee799ef1fef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef1fef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-code').style.display = (document.getElementById('cakeErr67ee799ef1fef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-context').style.display = (document.getElementById('cakeErr67ee799ef1fef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef1fef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef1fef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-trace').style.display = (document.getElementById('cakeErr67ee799ef26b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef26b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-code').style.display = (document.getElementById('cakeErr67ee799ef26b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-context').style.display = (document.getElementById('cakeErr67ee799ef26b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef26b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef26b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t24">No:24 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-trace').style.display = (document.getElementById('cakeErr67ee799ef2d91-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef2d91-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-code').style.display = (document.getElementById('cakeErr67ee799ef2d91-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-context').style.display = (document.getElementById('cakeErr67ee799ef2d91-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef2d91-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef2d91-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-trace').style.display = (document.getElementById('cakeErr67ee799ef338b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef338b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-code').style.display = (document.getElementById('cakeErr67ee799ef338b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-context').style.display = (document.getElementById('cakeErr67ee799ef338b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef338b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef338b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t25">No:25 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-trace').style.display = (document.getElementById('cakeErr67ee799ef3998-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef3998-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-code').style.display = (document.getElementById('cakeErr67ee799ef3998-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-context').style.display = (document.getElementById('cakeErr67ee799ef3998-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3998-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef3998-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-trace').style.display = (document.getElementById('cakeErr67ee799ef3f97-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef3f97-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-code').style.display = (document.getElementById('cakeErr67ee799ef3f97-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-context').style.display = (document.getElementById('cakeErr67ee799ef3f97-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3f97-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef3f97-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/ご注意! </a>
<li class ="syou"><a href="#t26">No:26 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-trace').style.display = (document.getElementById('cakeErr67ee799f00356-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f00356-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-code').style.display = (document.getElementById('cakeErr67ee799f00356-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-context').style.display = (document.getElementById('cakeErr67ee799f00356-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f00356-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f00356-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-trace').style.display = (document.getElementById('cakeErr67ee799f009a4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f009a4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-code').style.display = (document.getElementById('cakeErr67ee799f009a4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-context').style.display = (document.getElementById('cakeErr67ee799f009a4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f009a4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f009a4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
あまくさ/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t27">No:27 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-trace').style.display = (document.getElementById('cakeErr67ee799f01019-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01019-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-code').style.display = (document.getElementById('cakeErr67ee799f01019-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-context').style.display = (document.getElementById('cakeErr67ee799f01019-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01019-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01019-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-trace').style.display = (document.getElementById('cakeErr67ee799f01631-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f01631-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-code').style.display = (document.getElementById('cakeErr67ee799f01631-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-context').style.display = (document.getElementById('cakeErr67ee799f01631-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01631-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f01631-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t29">No:29 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-trace').style.display = (document.getElementById('cakeErr67ee799f01c8b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01c8b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-code').style.display = (document.getElementById('cakeErr67ee799f01c8b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-context').style.display = (document.getElementById('cakeErr67ee799f01c8b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01c8b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01c8b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-trace').style.display = (document.getElementById('cakeErr67ee799f02285-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02285-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-code').style.display = (document.getElementById('cakeErr67ee799f02285-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-context').style.display = (document.getElementById('cakeErr67ee799f02285-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02285-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02285-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/感想返信追記です </a>
<li class ="syou"><a href="#t28">No:28 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-trace').style.display = (document.getElementById('cakeErr67ee799f0289f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f0289f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-code').style.display = (document.getElementById('cakeErr67ee799f0289f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-context').style.display = (document.getElementById('cakeErr67ee799f0289f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0289f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f0289f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-trace').style.display = (document.getElementById('cakeErr67ee799f02ec8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02ec8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-code').style.display = (document.getElementById('cakeErr67ee799f02ec8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-context').style.display = (document.getElementById('cakeErr67ee799f02ec8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02ec8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02ec8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/この後のネタです </a>
<li class ="syou"><a href="#t30">No:30 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-trace').style.display = (document.getElementById('cakeErr67ee799f034cc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f034cc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-code').style.display = (document.getElementById('cakeErr67ee799f034cc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-context').style.display = (document.getElementById('cakeErr67ee799f034cc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f034cc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f034cc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-trace').style.display = (document.getElementById('cakeErr67ee799f03abe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f03abe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-code').style.display = (document.getElementById('cakeErr67ee799f03abe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-context').style.display = (document.getElementById('cakeErr67ee799f03abe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f03abe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f03abe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t31">No:31 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-trace').style.display = (document.getElementById('cakeErr67ee799f040bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f040bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-code').style.display = (document.getElementById('cakeErr67ee799f040bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-context').style.display = (document.getElementById('cakeErr67ee799f040bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f040bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f040bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-trace').style.display = (document.getElementById('cakeErr67ee799f046d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f046d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-code').style.display = (document.getElementById('cakeErr67ee799f046d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-context').style.display = (document.getElementById('cakeErr67ee799f046d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f046d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f046d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t32">No:32 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-trace').style.display = (document.getElementById('cakeErr67ee799f04cc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f04cc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-code').style.display = (document.getElementById('cakeErr67ee799f04cc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-context').style.display = (document.getElementById('cakeErr67ee799f04cc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f04cc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f04cc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-trace').style.display = (document.getElementById('cakeErr67ee799f052ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f052ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-code').style.display = (document.getElementById('cakeErr67ee799f052ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-context').style.display = (document.getElementById('cakeErr67ee799f052ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f052ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f052ae-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t33">No:33 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-trace').style.display = (document.getElementById('cakeErr67ee799f058a0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f058a0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-code').style.display = (document.getElementById('cakeErr67ee799f058a0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-context').style.display = (document.getElementById('cakeErr67ee799f058a0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f058a0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f058a0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-trace').style.display = (document.getElementById('cakeErr67ee799f05e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f05e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-code').style.display = (document.getElementById('cakeErr67ee799f05e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-context').style.display = (document.getElementById('cakeErr67ee799f05e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f05e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f05e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/pixiv投稿のお知らせ </a>
</ul>
</nav>
</div>
<h1>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-trace').style.display = (document.getElementById('cakeErr67ee799f06469-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>78</b>]<div id="cakeErr67ee799f06469-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-code').style.display = (document.getElementById('cakeErr67ee799f06469-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-context').style.display = (document.getElementById('cakeErr67ee799f06469-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06469-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) .</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'<span class="small"> (No: '</span></span></code></pre><pre id="cakeErr67ee799f06469-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 78
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-trace').style.display = (document.getElementById('cakeErr67ee799f06e6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>81</b>]<div id="cakeErr67ee799f06e6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-code').style.display = (document.getElementById('cakeErr67ee799f06e6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-context').style.display = (document.getElementById('cakeErr67ee799f06e6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06e6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Number</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">no</span><span style="color: #007700">).</span><span style="color: #DD0000">')</span> '</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f06e6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 81
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-trace').style.display = (document.getElementById('cakeErr67ee799f0761a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>83</b>]<div id="cakeErr67ee799f0761a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-code').style.display = (document.getElementById('cakeErr67ee799f0761a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-context').style.display = (document.getElementById('cakeErr67ee799f0761a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0761a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">, [</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'show'</span><span style="color: #007700">, </span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">],[</span><span style="color: #DD0000">'class' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'haiku'</span><span style="color: #007700">,</span><span style="color: #DD0000">'escape' </span><span style="color: #007700">=> </span><span style="color: #0000BB">false</span><span style="color: #007700">])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f0761a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 83
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/show" class="haiku"><span class="small"> (No: 0)</span> </a> </h1>
<p class="comment2"><span class="line">
<span class="rs">スレ主</span>
<span id="generatorName"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-trace').style.display = (document.getElementById('cakeErr67ee799f07c8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f07c8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-code').style.display = (document.getElementById('cakeErr67ee799f07c8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-context').style.display = (document.getElementById('cakeErr67ee799f07c8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f07c8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f07c8d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-trace').style.display = (document.getElementById('cakeErr67ee799f08284-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f08284-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-code').style.display = (document.getElementById('cakeErr67ee799f08284-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-context').style.display = (document.getElementById('cakeErr67ee799f08284-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08284-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f08284-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/person"></a></span>
<span class="linechildren">
投稿日時:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-trace').style.display = (document.getElementById('cakeErr67ee799f08b4b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>96</b>]<div id="cakeErr67ee799f08b4b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-code').style.display = (document.getElementById('cakeErr67ee799f08b4b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-context').style.display = (document.getElementById('cakeErr67ee799f08b4b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08b4b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">tag</span><span style="color: #007700">(</span><span style="color: #DD0000">'time'</span><span style="color: #007700">,</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></pre><pre id="cakeErr67ee799f08b4b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 96
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-trace').style.display = (document.getElementById('cakeErr67ee799f09178-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>97</b>]<div id="cakeErr67ee799f09178-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-code').style.display = (document.getElementById('cakeErr67ee799f09178-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-context').style.display = (document.getElementById('cakeErr67ee799f09178-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09178-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> true</span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f09178-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 97
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><time datetime="2025-04-03T21:05:51+09:00"></time>
</span>
</span>
</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-trace').style.display = (document.getElementById('cakeErr67ee799f09873-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>104</b>]<div id="cakeErr67ee799f09873-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-code').style.display = (document.getElementById('cakeErr67ee799f09873-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-context').style.display = (document.getElementById('cakeErr67ee799f09873-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09873-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f09873-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 104
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
</p>
<div class='truncate2'>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-trace').style.display = (document.getElementById('cakeErr67ee799f0a0ed-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>115</b>]<div id="cakeErr67ee799f0a0ed-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-code').style.display = (document.getElementById('cakeErr67ee799f0a0ed-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-context').style.display = (document.getElementById('cakeErr67ee799f0a0ed-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a0ed-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">'truncate2'</span><span style="color: #007700">> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0a0ed-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 115
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> </div>
<p class="comment2 kyoutyou">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-trace').style.display = (document.getElementById('cakeErr67ee799f0a712-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>132</b>]<div id="cakeErr67ee799f0a712-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-code').style.display = (document.getElementById('cakeErr67ee799f0a712-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-context').style.display = (document.getElementById('cakeErr67ee799f0a712-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a712-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'要望:'</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'category'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0a712-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 132
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>要望:長所を教えてください! </p>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</div>
<article class="list-group-item" id="t2">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-trace').style.display = (document.getElementById('cakeErr67ee799f0ade5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>151</b>]<div id="cakeErr67ee799f0ade5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-code').style.display = (document.getElementById('cakeErr67ee799f0ade5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-context').style.display = (document.getElementById('cakeErr67ee799f0ade5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0ade5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">article </span><span style="color: #007700">class=</span><span style="color: #DD0000">"list-group-item" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0ade5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 151
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<h2>
<a href="/review/novels/show/2114" class="haiku">人気批評!寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評<span class="small"> (No: 2)</span></a> </h2>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-trace').style.display = (document.getElementById('cakeErr67ee799f0b4a7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>164</b>]<div id="cakeErr67ee799f0b4a7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-code').style.display = (document.getElementById('cakeErr67ee799f0b4a7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-context').style.display = (document.getElementById('cakeErr67ee799f0b4a7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0b4a7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0b4a7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 164
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-trace').style.display = (document.getElementById('cakeErr67ee799f0c0b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f0c0b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-code').style.display = (document.getElementById('cakeErr67ee799f0c0b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-context').style.display = (document.getElementById('cakeErr67ee799f0c0b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c0b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f0c0b0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-trace').style.display = (document.getElementById('cakeErr67ee799f0c6d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f0c6d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-code').style.display = (document.getElementById('cakeErr67ee799f0c6d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-context').style.display = (document.getElementById('cakeErr67ee799f0c6d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c6d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0c6d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">4</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T15:28:46+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>ひたすら好みのままに言います!!合わなかったらスルーでお願いします!<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
1,難しいです。</p>
<p>冒頭の冷風扇で</p>
<p>急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど<br />
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p>列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安<br />
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。</p>
<p> せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。</p>
<p>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。</p>
<p>あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。<br />
ーーーーーーーーーーーーーーーーー<br />
3,<br />
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。<br />
ーーーーーーーーーーーーーーー<br />
4、ちょっとご都合主義っぽく感じてしまう</p>
<p> 冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?</p>
<p> たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。</p>
<p>ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。<br />
ーーーーーーーーーーーーーーーーーーー<br />
13<br />
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。<br />
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)</p>
<p>香々姐さん出る所まで読めていないので、とりあえずここまで。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-trace').style.display = (document.getElementById('cakeErr67ee799f0d264-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f0d264-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-code').style.display = (document.getElementById('cakeErr67ee799f0d264-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-context').style.display = (document.getElementById('cakeErr67ee799f0d264-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0d264-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0d264-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-trace').style.display = (document.getElementById('cakeErr67ee799f0da04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f0da04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-code').style.display = (document.getElementById('cakeErr67ee799f0da04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-context').style.display = (document.getElementById('cakeErr67ee799f0da04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0da04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0da04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2114"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2114?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 2に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2114" value="2114"/> <input type="hidden" name="name" id="name" value="2114"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t3">
<h2>
<a href="/review/novels/show/2116" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 3)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-trace').style.display = (document.getElementById('cakeErr67ee799f10417-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f10417-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-code').style.display = (document.getElementById('cakeErr67ee799f10417-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-context').style.display = (document.getElementById('cakeErr67ee799f10417-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10417-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f10417-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-trace').style.display = (document.getElementById('cakeErr67ee799f10a41-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f10a41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-code').style.display = (document.getElementById('cakeErr67ee799f10a41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-context').style.display = (document.getElementById('cakeErr67ee799f10a41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10a41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f10a41-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t2">No: 2の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T17:46:47+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。わがままにお付き合いくださり、ありがとうございます。</p>
<p> 氷風扇の件です。</p>
<p> ここは、「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。</p>
<p> 事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。</p>
<p> 裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。<br />
<br />
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。</p>
<p> >「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p> 九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。</p>
<p> 生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-trace').style.display = (document.getElementById('cakeErr67ee799f11196-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f11196-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-code').style.display = (document.getElementById('cakeErr67ee799f11196-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-context').style.display = (document.getElementById('cakeErr67ee799f11196-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11196-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f11196-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2116"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2116?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 3に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2116" value="2116"/> <input type="hidden" name="name" id="name" value="2116"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t4">
<h2>
<a href="/review/novels/show/2118" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信 <span class="small">(No: 4)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-trace').style.display = (document.getElementById('cakeErr67ee799f11d39-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f11d39-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-code').style.display = (document.getElementById('cakeErr67ee799f11d39-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-context').style.display = (document.getElementById('cakeErr67ee799f11d39-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11d39-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f11d39-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-trace').style.display = (document.getElementById('cakeErr67ee799f12353-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f12353-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-code').style.display = (document.getElementById('cakeErr67ee799f12353-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-context').style.display = (document.getElementById('cakeErr67ee799f12353-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12353-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f12353-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t3">No: 3の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T20:55:20+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>魔界大冒険みたことがないです!(;´∀`)わかんない<br />
ーーーーーーーーーーーーーーーーーーーーーーー<br />
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと<br />
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。<br />
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p>昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。</p>
<p>知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。<br />
ーーーーーーーーーーーーーーーーーー<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-trace').style.display = (document.getElementById('cakeErr67ee799f12a57-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f12a57-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-code').style.display = (document.getElementById('cakeErr67ee799f12a57-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-context').style.display = (document.getElementById('cakeErr67ee799f12a57-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12a57-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f12a57-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2118"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2118?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 4に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2118" value="2118"/> <input type="hidden" name="name" id="name" value="2118"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t5">
<h2>
<a href="/review/novels/show/2122" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信 <span class="small">(No: 5)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-trace').style.display = (document.getElementById('cakeErr67ee799f13545-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f13545-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-code').style.display = (document.getElementById('cakeErr67ee799f13545-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-context').style.display = (document.getElementById('cakeErr67ee799f13545-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13545-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f13545-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-trace').style.display = (document.getElementById('cakeErr67ee799f13b92-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f13b92-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-code').style.display = (document.getElementById('cakeErr67ee799f13b92-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-context').style.display = (document.getElementById('cakeErr67ee799f13b92-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13b92-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f13b92-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t4">No: 4の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T22:25:44+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。再度ありがとうございます。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
<p> そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。</p>
<p> >九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p> 九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。<br />
<a href="https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97">https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97</a><br />
<br />
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。</p>
<p>「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。</p>
<p> ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。</p>
<p> 作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。</p>
<p> これは先の返信で書き忘れたので、書いておきます。</p>
<p> >ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p> >北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。<br />
<br />
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。<br />
<br />
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-trace').style.display = (document.getElementById('cakeErr67ee799f1434b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1434b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-code').style.display = (document.getElementById('cakeErr67ee799f1434b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-context').style.display = (document.getElementById('cakeErr67ee799f1434b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1434b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1434b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2122"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2122?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 5に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2122" value="2122"/> <input type="hidden" name="name" id="name" value="2122"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t6">
<h2>
<a href="/review/novels/show/2129" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信 <span class="small">(No: 6)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-trace').style.display = (document.getElementById('cakeErr67ee799f14e74-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f14e74-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-code').style.display = (document.getElementById('cakeErr67ee799f14e74-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-context').style.display = (document.getElementById('cakeErr67ee799f14e74-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f14e74-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f14e74-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-trace').style.display = (document.getElementById('cakeErr67ee799f154aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f154aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-code').style.display = (document.getElementById('cakeErr67ee799f154aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-context').style.display = (document.getElementById('cakeErr67ee799f154aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f154aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f154aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t5">No: 5の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T08:55:33+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>九字の説得力と<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00T1S5YJE/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00T1S5YJE&linkCode=as2&tag=raitonoverusa-22&linkId=a937ea7fb5346183a9f6239bdb22fe52">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00T1S5YJE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の併用がめちゃ難しい(;´・ω・)</p>
<p>>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
<p>ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう</p>
<p>「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。</p>
<p>銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。<br />
ーーーーーーーーーーーーーーーーーーーーーーーー<br />
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。</p>
<p>そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。</p>
<p>銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-trace').style.display = (document.getElementById('cakeErr67ee799f15bcd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f15bcd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-code').style.display = (document.getElementById('cakeErr67ee799f15bcd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-context').style.display = (document.getElementById('cakeErr67ee799f15bcd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f15bcd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f15bcd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2129"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2129?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 6に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2129" value="2129"/> <input type="hidden" name="name" id="name" value="2129"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t8">
<h2>
<a href="/review/novels/show/2131" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信 <span class="small">(No: 8)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-trace').style.display = (document.getElementById('cakeErr67ee799f166bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f166bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-code').style.display = (document.getElementById('cakeErr67ee799f166bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-context').style.display = (document.getElementById('cakeErr67ee799f166bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f166bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f166bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-trace').style.display = (document.getElementById('cakeErr67ee799f16ceb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f16ceb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-code').style.display = (document.getElementById('cakeErr67ee799f16ceb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-context').style.display = (document.getElementById('cakeErr67ee799f16ceb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f16ceb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f16ceb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t6">No: 6の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:29:02+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん。</p>
<p> ドラコンです。</p>
<p> ご返信を拝読した限りですが、読むせんさんは「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> 作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。</p>
<p> ですので、銀鈴でなくとも、魔法は使えます。</p>
<p> 香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。</p>
<p> どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。</p>
<p> ・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。<br />
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。<br />
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。</p>
<p> ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。</p>
<p> 最初のご回答でいただいた、この件です。</p>
<p> >やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。</p>
<p> これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-trace').style.display = (document.getElementById('cakeErr67ee799f1740f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1740f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-code').style.display = (document.getElementById('cakeErr67ee799f1740f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-context').style.display = (document.getElementById('cakeErr67ee799f1740f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1740f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1740f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2131"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2131?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 8に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2131" value="2131"/> <input type="hidden" name="name" id="name" value="2131"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t11">
<h2>
<a href="/review/novels/show/2134" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信 <span class="small">(No: 11)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-trace').style.display = (document.getElementById('cakeErr67ee799f17f03-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f17f03-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-code').style.display = (document.getElementById('cakeErr67ee799f17f03-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-context').style.display = (document.getElementById('cakeErr67ee799f17f03-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f17f03-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f17f03-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-trace').style.display = (document.getElementById('cakeErr67ee799f1857d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1857d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-code').style.display = (document.getElementById('cakeErr67ee799f1857d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-context').style.display = (document.getElementById('cakeErr67ee799f1857d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1857d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1857d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t8">No: 8の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T18:34:58+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
ーーーーーーーーーーーーーーー<br />
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。</p>
<p>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
ーーーーーーーーーーーーーーーー<br />
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。</p>
<p>多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。<br />
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。</p>
<p>あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />に推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。</p>
<p>女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。<br />
ーーーーーーーーーーーーーーー<br />
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。</p>
<p>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。</p>
<p>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。</p>
<p>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。<br />
ーーーーーーーーーーーーーーーーーーーーー<br />
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p>良かったかも。<br />
======================<br />
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p>①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。</p>
<p>②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。</p>
<p>③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公</p>
<p>④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。</p>
<p>⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。<br />
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。 </p>
<p>⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。</p>
<p>⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。</p>
<p>みたいな。<br />
ーーーーーーーーーーーーーー<br />
一番大事にしたいコンセプト部分が、ちょっと分からないかも。<br />
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-trace').style.display = (document.getElementById('cakeErr67ee799f18f5c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f18f5c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-code').style.display = (document.getElementById('cakeErr67ee799f18f5c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-context').style.display = (document.getElementById('cakeErr67ee799f18f5c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f18f5c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f18f5c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2134"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2134?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 11に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2134" value="2134"/> <input type="hidden" name="name" id="name" value="2134"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t12">
<h2>
<a href="/review/novels/show/2135" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 12)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-trace').style.display = (document.getElementById('cakeErr67ee799f19b04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f19b04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-code').style.display = (document.getElementById('cakeErr67ee799f19b04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-context').style.display = (document.getElementById('cakeErr67ee799f19b04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f19b04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f19b04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-trace').style.display = (document.getElementById('cakeErr67ee799f1a126-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1a126-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-code').style.display = (document.getElementById('cakeErr67ee799f1a126-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-context').style.display = (document.getElementById('cakeErr67ee799f1a126-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a126-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1a126-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t11">No: 11の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T19:16:43+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>これまた追加<br />
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。<br />
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-trace').style.display = (document.getElementById('cakeErr67ee799f1a7fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1a7fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-code').style.display = (document.getElementById('cakeErr67ee799f1a7fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-context').style.display = (document.getElementById('cakeErr67ee799f1a7fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a7fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1a7fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2135"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2135?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 12に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2135" value="2135"/> <input type="hidden" name="name" id="name" value="2135"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t13">
<h2>
<a href="/review/novels/show/2136" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 13)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-trace').style.display = (document.getElementById('cakeErr67ee799f1b2eb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1b2eb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-code').style.display = (document.getElementById('cakeErr67ee799f1b2eb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-context').style.display = (document.getElementById('cakeErr67ee799f1b2eb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b2eb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1b2eb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-trace').style.display = (document.getElementById('cakeErr67ee799f1b98f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1b98f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-code').style.display = (document.getElementById('cakeErr67ee799f1b98f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-context').style.display = (document.getElementById('cakeErr67ee799f1b98f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b98f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1b98f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t12">No: 12の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T20:51:41+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。</p>
<p> >一番大事にしたいコンセプト部分が、ちょっと分からないかも。</p>
<p> この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。</p>
<p> 最初にパッと思い付いたのは以下の感じでした。<br />
<br />
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。<br />
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。<br />
<br />
これだけでした。<br />
<br />
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。<br />
<br />
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。<br />
<br />
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
<br />
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。<br />
<br />
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。<br />
<br />
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
<br />
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。<br />
<br />
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。<br />
<br />
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
<br />
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。<br />
<br />
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。<br />
<br />
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。<br />
<br />
書き終わって、思いのほか分量があったのには驚きました。<br />
<br />
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。<br />
<br />
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。<br />
<br />
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。<br />
<br />
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。<br />
<br />
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。</p>
<p> 作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。</p>
<p> 裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。</p>
<p> >今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p> ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。</p>
<p> >香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p> 構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p> >ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。</p>
<p> ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」を書きたいとの思いで書きました。</p>
<p> その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( <a href="https://www.raitonoveru.jp/counsel/novels/thread/13078">https://www.raitonoveru.jp/counsel/novels/thread/13078</a> )とおっしゃってくださったので、この項を付けたしました。</p>
<p>「楽しい」と評価してくださり、ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-trace').style.display = (document.getElementById('cakeErr67ee799f1c1fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1c1fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-code').style.display = (document.getElementById('cakeErr67ee799f1c1fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-context').style.display = (document.getElementById('cakeErr67ee799f1c1fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1c1fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1c1fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2136"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2136?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 13に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2136" value="2136"/> <input type="hidden" name="name" id="name" value="2136"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t14">
<h2>
<a href="/review/novels/show/2137" class="haiku">訂正・追記 <span class="small">(No: 14)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-trace').style.display = (document.getElementById('cakeErr67ee799f1cd3a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1cd3a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-code').style.display = (document.getElementById('cakeErr67ee799f1cd3a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-context').style.display = (document.getElementById('cakeErr67ee799f1cd3a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1cd3a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1cd3a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-trace').style.display = (document.getElementById('cakeErr67ee799f1d34d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1d34d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-code').style.display = (document.getElementById('cakeErr67ee799f1d34d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-context').style.display = (document.getElementById('cakeErr67ee799f1d34d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1d34d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1d34d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t13">No: 13の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T21:03:24+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 訂正です。</p>
<p>【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p>【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p> ここからは追記です。</p>
<p> とはいっても、書いていて、ちょっと恥ずかしかったですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-trace').style.display = (document.getElementById('cakeErr67ee799f1da30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1da30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-code').style.display = (document.getElementById('cakeErr67ee799f1da30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-context').style.display = (document.getElementById('cakeErr67ee799f1da30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1da30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1da30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2137"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2137?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 14に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2137" value="2137"/> <input type="hidden" name="name" id="name" value="2137"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t15">
<h2>
<a href="/review/novels/show/2138" class="haiku">訂正・追記の返信 <span class="small">(No: 15)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-trace').style.display = (document.getElementById('cakeErr67ee799f1e52a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1e52a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-code').style.display = (document.getElementById('cakeErr67ee799f1e52a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-context').style.display = (document.getElementById('cakeErr67ee799f1e52a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1e52a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1e52a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-trace').style.display = (document.getElementById('cakeErr67ee799f1eb7f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1eb7f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-code').style.display = (document.getElementById('cakeErr67ee799f1eb7f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-context').style.display = (document.getElementById('cakeErr67ee799f1eb7f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1eb7f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1eb7f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t14">No: 14の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T08:43:15+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p>作品コンセプトによります。<br />
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。<br />
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。<br />
<br />
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。</p>
<p> みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。<br />
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」<br />
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」</p>
<p>‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。<br />
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)<br />
ーーーーーーーーーーーーーーーーーー<br />
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。<br />
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?</p>
<p>中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。</p>
<p> 皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。</p>
<p>日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。</p>
<p>日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。</p>
<p>なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。<br />
ーーーーーーーーーーーーーーーーーーー<br />
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-trace').style.display = (document.getElementById('cakeErr67ee799f1f2d9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1f2d9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-code').style.display = (document.getElementById('cakeErr67ee799f1f2d9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-context').style.display = (document.getElementById('cakeErr67ee799f1f2d9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1f2d9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1f2d9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2138"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2138?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 15に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2138" value="2138"/> <input type="hidden" name="name" id="name" value="2138"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t16">
<h2>
<a href="/review/novels/show/2139" class="haiku">訂正・追記の返信の返信 <span class="small">(No: 16)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-trace').style.display = (document.getElementById('cakeErr67ee799f1fdc9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1fdc9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-code').style.display = (document.getElementById('cakeErr67ee799f1fdc9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-context').style.display = (document.getElementById('cakeErr67ee799f1fdc9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1fdc9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1fdc9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-trace').style.display = (document.getElementById('cakeErr67ee799f203fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f203fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-code').style.display = (document.getElementById('cakeErr67ee799f203fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-context').style.display = (document.getElementById('cakeErr67ee799f203fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f203fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f203fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t15">No: 15の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T09:57:19+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)</p>
<p>とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。<br />
ーーーーーーーーーーーーーーーーーー<br />
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> 自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p>男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。<br />
ーーーーーーーーーーーーーーーーーー<br />
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> 中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> 一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-trace').style.display = (document.getElementById('cakeErr67ee799f20b12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f20b12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-code').style.display = (document.getElementById('cakeErr67ee799f20b12-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-context').style.display = (document.getElementById('cakeErr67ee799f20b12-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f20b12-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f20b12-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2139"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2139?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 16に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2139" value="2139"/> <input type="hidden" name="name" id="name" value="2139"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t17">
<h2>
<a href="/review/novels/show/2140" class="haiku">訂正・追記の返信の返信の返信 <span class="small">(No: 17)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-trace').style.display = (document.getElementById('cakeErr67ee799f21600-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f21600-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-code').style.display = (document.getElementById('cakeErr67ee799f21600-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-context').style.display = (document.getElementById('cakeErr67ee799f21600-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21600-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f21600-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-trace').style.display = (document.getElementById('cakeErr67ee799f21c30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f21c30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-code').style.display = (document.getElementById('cakeErr67ee799f21c30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-context').style.display = (document.getElementById('cakeErr67ee799f21c30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21c30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f21c30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t16">No: 16の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T10:36:11+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> > たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。</p>
<p> これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。</p>
<p> >香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> >中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。</p>
<p> 一応、中国の幽霊については調べました。ただ、中国の怪奇<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-trace').style.display = (document.getElementById('cakeErr67ee799f22357-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f22357-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-code').style.display = (document.getElementById('cakeErr67ee799f22357-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-context').style.display = (document.getElementById('cakeErr67ee799f22357-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22357-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f22357-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2140"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2140?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 17に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2140" value="2140"/> <input type="hidden" name="name" id="name" value="2140"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t18">
<h2>
<a href="/review/novels/show/2141" class="haiku">訂正・追記の返信の返信の返信の返信 <span class="small">(No: 18)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-trace').style.display = (document.getElementById('cakeErr67ee799f22e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f22e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-code').style.display = (document.getElementById('cakeErr67ee799f22e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-context').style.display = (document.getElementById('cakeErr67ee799f22e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f22e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-trace').style.display = (document.getElementById('cakeErr67ee799f23519-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f23519-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-code').style.display = (document.getElementById('cakeErr67ee799f23519-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-context').style.display = (document.getElementById('cakeErr67ee799f23519-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23519-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f23519-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t17">No: 17の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T12:50:33+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>まくいった、と解釈して良いのでしょうか? <br />
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。<br />
===================== <br />
>これには自覚がないんですよ。</p>
<p>ーーーーーーーーーーーーーーー<br />
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」<br />
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」</p>
<p>「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、<br />
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。<br />
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの? <br />
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。</p>
<p>だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』<br />
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、<br />
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」</p>
<p>とかのクダリっす。</p>
<p>ーーーーーーーーーーーーーー<br />
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)<br />
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)</p>
<p>「皆さん、この部屋に何かを感じませんか?」<br />
「特に何も感じないわ」<br />
「私も何も感じないわね」<br />
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」<br />
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。<br />
「そうですか。では、取り調べを始めましょうか」</p>
<p>このクダリに「いや、ナンヤネン」というギャグ感と違和感</p>
<p>(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね) </p>
<p>ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?<br />
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。</p>
<p>「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない? </p>
<p>わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーーーー<br />
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。<br />
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。</p>
<p>ーーーーーーーーーーーーー<br />
今回の騒動の目的</p>
<p>①無罪なのに裁判長がごっこ遊びをして遊んでいる<br />
②ガチ大逆罪疑惑に発展している<br />
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする<br />
④マジ処罰(トトカルチョの方)</p>
<p>実際どれでもないんですよね<br />
ーーーーーーーーーーーーーー<br />
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。<br />
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。<br />
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。<br />
ーーーーーーーーーーーーーーーーーー<br />
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-trace').style.display = (document.getElementById('cakeErr67ee799f23cf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f23cf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-code').style.display = (document.getElementById('cakeErr67ee799f23cf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-context').style.display = (document.getElementById('cakeErr67ee799f23cf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23cf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f23cf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2141"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2141?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 18に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2141" value="2141"/> <input type="hidden" name="name" id="name" value="2141"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t19">
<h2>
<a href="/review/novels/show/2142" class="haiku">訂正・追記の返信の返信の返信の返信の返信 <span class="small">(No: 19)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-trace').style.display = (document.getElementById('cakeErr67ee799f2482c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2482c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-code').style.display = (document.getElementById('cakeErr67ee799f2482c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-context').style.display = (document.getElementById('cakeErr67ee799f2482c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2482c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2482c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-trace').style.display = (document.getElementById('cakeErr67ee799f24e65-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f24e65-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-code').style.display = (document.getElementById('cakeErr67ee799f24e65-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-context').style.display = (document.getElementById('cakeErr67ee799f24e65-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f24e65-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f24e65-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t18">No: 18の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T20:49:29+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。過分なお褒めにあずかり、恐縮です。</p>
<p> >寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。</p>
<p> 確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。</p>
<p> ご丁寧なご感想、ありがとうございます。</p>
<p> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p> それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。</p>
<p> >皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p> この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。</p>
<p> むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。</p>
<p> >理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
<p> そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-trace').style.display = (document.getElementById('cakeErr67ee799f255bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f255bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-code').style.display = (document.getElementById('cakeErr67ee799f255bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-context').style.display = (document.getElementById('cakeErr67ee799f255bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f255bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f255bc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2142"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2142?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 19に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2142" value="2142"/> <input type="hidden" name="name" id="name" value="2142"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t20">
<h2>
<a href="/review/novels/show/2143" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信 <span class="small">(No: 20)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-trace').style.display = (document.getElementById('cakeErr67ee799f260c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f260c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-code').style.display = (document.getElementById('cakeErr67ee799f260c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-context').style.display = (document.getElementById('cakeErr67ee799f260c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f260c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f260c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-trace').style.display = (document.getElementById('cakeErr67ee799f26704-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f26704-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-code').style.display = (document.getElementById('cakeErr67ee799f26704-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-context').style.display = (document.getElementById('cakeErr67ee799f26704-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26704-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f26704-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t19">No: 19の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T09:22:46+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p>> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p>「あなた、そんな事まで調べてたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。</p>
<p> 無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。</p>
<p>なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。<br />
ーーーーーーーーーーーーーーーーーーーーーー<br />
コオロギ捕獲に関しては<br />
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p>「あなた、そんな事までやっていたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-trace').style.display = (document.getElementById('cakeErr67ee799f26e3b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f26e3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-code').style.display = (document.getElementById('cakeErr67ee799f26e3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-context').style.display = (document.getElementById('cakeErr67ee799f26e3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26e3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f26e3b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2143"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2143?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 20に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2143" value="2143"/> <input type="hidden" name="name" id="name" value="2143"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t21">
<h2>
<a href="/review/novels/show/2144" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 21)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-trace').style.display = (document.getElementById('cakeErr67ee799f27965-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f27965-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-code').style.display = (document.getElementById('cakeErr67ee799f27965-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-context').style.display = (document.getElementById('cakeErr67ee799f27965-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27965-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f27965-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-trace').style.display = (document.getElementById('cakeErr67ee799f27f78-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f27f78-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-code').style.display = (document.getElementById('cakeErr67ee799f27f78-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-context').style.display = (document.getElementById('cakeErr67ee799f27f78-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27f78-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f27f78-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t20">No: 20の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T14:12:15+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p> 裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。</p>
<p> 銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。</p>
<p> <br />
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p> これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-trace').style.display = (document.getElementById('cakeErr67ee799f28694-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f28694-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-code').style.display = (document.getElementById('cakeErr67ee799f28694-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-context').style.display = (document.getElementById('cakeErr67ee799f28694-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f28694-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f28694-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2144"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2144?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 21に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2144" value="2144"/> <input type="hidden" name="name" id="name" value="2144"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t7">
<h2>
<a href="/review/novels/show/2130" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 7)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-trace').style.display = (document.getElementById('cakeErr67ee799f2958e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2958e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-code').style.display = (document.getElementById('cakeErr67ee799f2958e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-context').style.display = (document.getElementById('cakeErr67ee799f2958e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2958e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2958e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-trace').style.display = (document.getElementById('cakeErr67ee799f29fad-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f29fad-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-code').style.display = (document.getElementById('cakeErr67ee799f29fad-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-context').style.display = (document.getElementById('cakeErr67ee799f29fad-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f29fad-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f29fad-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/30" class="name">ふ じ た に</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:26:32+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>執筆お疲れさまでした。<br />
銀鈴が同期とコオロギ賭博をやっているところまで読みました。<br />
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。</p>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<p>気になる点は、他の方とほとんどかぶってますね。</p>
<p>・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。<br />
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。</p>
<p>・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。</p>
<p>暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?<br />
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。<br />
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。</p>
<p>・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。<br />
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。</p>
<p>・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」</p>
<p> 他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。</p>
<p>「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。</p>
<p>でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。<br />
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?<br />
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。</p>
<p> あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。<br />
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。</p>
<p>あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。<br />
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。<br />
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。<br />
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。</p>
<p>色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。<br />
ではでは、失礼しました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-trace').style.display = (document.getElementById('cakeErr67ee799f2abd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f2abd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-code').style.display = (document.getElementById('cakeErr67ee799f2abd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-context').style.display = (document.getElementById('cakeErr67ee799f2abd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2abd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2abd3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-trace').style.display = (document.getElementById('cakeErr67ee799f2b65e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f2b65e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-code').style.display = (document.getElementById('cakeErr67ee799f2b65e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-context').style.display = (document.getElementById('cakeErr67ee799f2b65e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2b65e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2b65e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-trace').style.display = (document.getElementById('cakeErr67ee799f2c09b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2c09b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-code').style.display = (document.getElementById('cakeErr67ee799f2c09b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-context').style.display = (document.getElementById('cakeErr67ee799f2c09b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2c09b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2c09b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2130"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2130?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 7に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2130" value="2130"/> <input type="hidden" name="name" id="name" value="2130"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t9">
<h2>
<a href="/review/novels/show/2132" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 9)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-trace').style.display = (document.getElementById('cakeErr67ee799f2d26d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2d26d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-code').style.display = (document.getElementById('cakeErr67ee799f2d26d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-context').style.display = (document.getElementById('cakeErr67ee799f2d26d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2d26d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2d26d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-trace').style.display = (document.getElementById('cakeErr67ee799f2dc5b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f2dc5b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-code').style.display = (document.getElementById('cakeErr67ee799f2dc5b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-context').style.display = (document.getElementById('cakeErr67ee799f2dc5b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2dc5b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2dc5b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t7">No: 7の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T13:06:50+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >ふじたにかなめさん</p>
<p> ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。</p>
<p> この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。</p>
<p> 氷風扇は、「家電置き換えの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。</p>
<p> 建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。</p>
<p>「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。</p>
<p> ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。</p>
<p> コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。</p>
<p> 侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0173KMKNO/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0173KMKNO&linkCode=as2&tag=raitonoverusa-22&linkId=f79d5d674853836c68dc7214260b8181">プロット</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0173KMKNO" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。</p>
<p> 執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。</p>
<p> 推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-trace').style.display = (document.getElementById('cakeErr67ee799f2e796-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2e796-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-code').style.display = (document.getElementById('cakeErr67ee799f2e796-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-context').style.display = (document.getElementById('cakeErr67ee799f2e796-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2e796-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2e796-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2132"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2132?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 9に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2132" value="2132"/> <input type="hidden" name="name" id="name" value="2132"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t10">
<h2>
<a href="/review/novels/show/2133" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 10)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-trace').style.display = (document.getElementById('cakeErr67ee799f2f8d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2f8d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-code').style.display = (document.getElementById('cakeErr67ee799f2f8d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-context').style.display = (document.getElementById('cakeErr67ee799f2f8d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2f8d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2f8d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-trace').style.display = (document.getElementById('cakeErr67ee799f3021f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3021f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-code').style.display = (document.getElementById('cakeErr67ee799f3021f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-context').style.display = (document.getElementById('cakeErr67ee799f3021f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3021f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3021f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T14:06:12+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 質問追記です。</p>
<p> 読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p> そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( <a href="https://twitter.com/ranokenn/status/1557692892231176192">https://twitter.com/ranokenn/status/1557692892231176192</a> )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-trace').style.display = (document.getElementById('cakeErr67ee799f30cc1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f30cc1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-code').style.display = (document.getElementById('cakeErr67ee799f30cc1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-context').style.display = (document.getElementById('cakeErr67ee799f30cc1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f30cc1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f30cc1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2133"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2133?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 10に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2133" value="2133"/> <input type="hidden" name="name" id="name" value="2133"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t23">
<h2>
<a href="/review/novels/show/2149" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 23)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-trace').style.display = (document.getElementById('cakeErr67ee799f31db2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f31db2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-code').style.display = (document.getElementById('cakeErr67ee799f31db2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-context').style.display = (document.getElementById('cakeErr67ee799f31db2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f31db2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f31db2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-trace').style.display = (document.getElementById('cakeErr67ee799f32702-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f32702-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-code').style.display = (document.getElementById('cakeErr67ee799f32702-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-context').style.display = (document.getElementById('cakeErr67ee799f32702-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f32702-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f32702-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t10">No: 10の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:25:22+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> お世話になっております。大野です。<br />
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。<br />
<br />
迷惑をかけて申し訳ありません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-trace').style.display = (document.getElementById('cakeErr67ee799f3318e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3318e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-code').style.display = (document.getElementById('cakeErr67ee799f3318e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-context').style.display = (document.getElementById('cakeErr67ee799f3318e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3318e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3318e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2149"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2149?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 23に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2149" value="2149"/> <input type="hidden" name="name" id="name" value="2149"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t22">
<h2>
<a href="/review/novels/show/2148" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 22)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-trace').style.display = (document.getElementById('cakeErr67ee799f3427a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3427a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-code').style.display = (document.getElementById('cakeErr67ee799f3427a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-context').style.display = (document.getElementById('cakeErr67ee799f3427a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3427a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3427a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-trace').style.display = (document.getElementById('cakeErr67ee799f34d32-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f34d32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-code').style.display = (document.getElementById('cakeErr67ee799f34d32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-context').style.display = (document.getElementById('cakeErr67ee799f34d32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f34d32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f34d32-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:02:09+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> いつもお世話になっております。大野です。遅ればせながら読ませていただきました。<br />
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。<br />
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。</p>
<p> 先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。<br />
『漢字が多く、読みづらい』です。</p>
<p> 俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。<br />
恐らく、『中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0776PMYTV/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0776PMYTV&linkCode=as2&tag=raitonoverusa-22&linkId=09b66a27de2284924accc1506802eb13">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0776PMYTV" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />らしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。<br />
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。</p>
<p> 気になった点、いくつか読みながら羅列させていただきます。<br />
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?</p>
<p>2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。</p>
<p>3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?</p>
<p>4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。</p>
<p>5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。</p>
<p>6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?</p>
<p>7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?</p>
<p>8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。<br />
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。</p>
<p>9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?<br />
<br />
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。<br />
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)</p>
<p>11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。<br />
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。</p>
<p>12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?</p>
<p>13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?</p>
<p>14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。</p>
<p>15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=e3a57e5fb248d281c8eb631979d29872">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?</p>
<p>16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。<br />
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。</p>
<p> 総評は長くなるので『長所』の所にまとめます。<br />
質問への回答。<br />
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。<br />
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。<br />
3,地の文が単調すぎます。読みにくいのレベルじゃないです。<br />
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。<br />
5、香妃の設定に関しては別にご都合に感じません。<br />
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。<br />
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。<br />
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。<br />
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。<br />
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。<br />
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。<br />
12、そんなことを言われても。<br />
13、と言うか、ほぼ説明に感じました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-trace').style.display = (document.getElementById('cakeErr67ee799f35abd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f35abd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-code').style.display = (document.getElementById('cakeErr67ee799f35abd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-context').style.display = (document.getElementById('cakeErr67ee799f35abd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f35abd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f35abd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p> 長所コーナーですが、総評を書きます。</p>
<p> 正直に申し上げれば、『一般向けとしてはともかく、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。</p>
<p> <a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=2c206b253ac9192bdf7446bf45aec3e8">ライトノベル</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />と言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。<br />
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。</p>
<p> 設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。<br />
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。<br />
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。<br />
<br />
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。<br />
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。</p>
<p> 他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。</p>
<p> あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。<br />
まあ、時代にもよりますけどね。<br />
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。</p>
<p> 少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。</p>
<p> 後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。</p>
<p> 地の文について。<br />
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が<br />
①設定の説明か情景描写。或いはキャラの外見描写。<br />
②『誰が何をした(頑なに、全て過去形)』<br />
のどちらかです。<br />
まず、設定説明が多いのが問題です。キャラに関係のある物でも、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=56e70acbb0c7df52a67df87c29d98bd7">キャラクター</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。<br />
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。<br />
<br />
それから、書かれていないことについて。<br />
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。<br />
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。<br />
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?<br />
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。</p>
<p> あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。</p>
<p> 一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。<br />
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。</p>
<p> どこか、盛り上がる要素がありますか?<br />
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?<br />
<br />
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。</p>
<p> 以上。<br />
俺としても誠に遺憾なのですが、長所に対する記述はありません。<br />
物語としての没入性、盛り上がりが無く。<br />
感情移入する要素があまり感じられず。<br />
中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-trace').style.display = (document.getElementById('cakeErr67ee799f36706-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f36706-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-code').style.display = (document.getElementById('cakeErr67ee799f36706-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-context').style.display = (document.getElementById('cakeErr67ee799f36706-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f36706-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f36706-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-trace').style.display = (document.getElementById('cakeErr67ee799f371ac-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f371ac-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-code').style.display = (document.getElementById('cakeErr67ee799f371ac-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-context').style.display = (document.getElementById('cakeErr67ee799f371ac-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f371ac-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f371ac-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2148"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2148?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 22に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2148" value="2148"/> <input type="hidden" name="name" id="name" value="2148"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=ca0d37fe7eb09dfae16475f1d5e74e9d">物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=a96853ab027aeb8802d2837e7155f5d9"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01GI3E7TC&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t24">
<h2>
<a href="/review/novels/show/2150" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 24)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-trace').style.display = (document.getElementById('cakeErr67ee799f3841a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3841a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-code').style.display = (document.getElementById('cakeErr67ee799f3841a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-context').style.display = (document.getElementById('cakeErr67ee799f3841a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3841a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3841a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-trace').style.display = (document.getElementById('cakeErr67ee799f38d6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f38d6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-code').style.display = (document.getElementById('cakeErr67ee799f38d6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-context').style.display = (document.getElementById('cakeErr67ee799f38d6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f38d6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f38d6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T10:05:29+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。</p>
<p>また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-trace').style.display = (document.getElementById('cakeErr67ee799f397fc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f397fc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-code').style.display = (document.getElementById('cakeErr67ee799f397fc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-context').style.display = (document.getElementById('cakeErr67ee799f397fc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f397fc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f397fc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2150"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2150?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 24に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2150" value="2150"/> <input type="hidden" name="name" id="name" value="2150"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t25">
<h2>
<a href="/review/novels/show/2151" class="haiku">ご注意! <span class="small">(No: 25)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-trace').style.display = (document.getElementById('cakeErr67ee799f3a9c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3a9c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-code').style.display = (document.getElementById('cakeErr67ee799f3a9c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-context').style.display = (document.getElementById('cakeErr67ee799f3a9c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3a9c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3a9c2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-trace').style.display = (document.getElementById('cakeErr67ee799f3b393-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3b393-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-code').style.display = (document.getElementById('cakeErr67ee799f3b393-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-context').style.display = (document.getElementById('cakeErr67ee799f3b393-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3b393-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3b393-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T15:11:39+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>【ご注意!】<br />
・本作は、「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=9b1ee042ac0b0f1cb787d7163dc8172a">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。<br />
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。<br />
・ご感想は、このサイトの「ノベル道場」<a href="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)">https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)</a>のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。<br />
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。<br />
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-trace').style.display = (document.getElementById('cakeErr67ee799f3bee0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3bee0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-code').style.display = (document.getElementById('cakeErr67ee799f3bee0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-context').style.display = (document.getElementById('cakeErr67ee799f3bee0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3bee0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3bee0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2151"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2151?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 25に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2151" value="2151"/> <input type="hidden" name="name" id="name" value="2151"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t26">
<h2>
<a href="/review/novels/show/2183" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 26)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-trace').style.display = (document.getElementById('cakeErr67ee799f3ce42-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3ce42-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-code').style.display = (document.getElementById('cakeErr67ee799f3ce42-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-context').style.display = (document.getElementById('cakeErr67ee799f3ce42-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3ce42-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3ce42-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-trace').style.display = (document.getElementById('cakeErr67ee799f3d6d6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3d6d6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-code').style.display = (document.getElementById('cakeErr67ee799f3d6d6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-context').style.display = (document.getElementById('cakeErr67ee799f3d6d6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3d6d6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3d6d6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/137" class="name">あまくさ</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T14:30:50+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p>読了しましたので、感想を書かせていただきます。</p>
<p>文章は安定感があって読みやすかったです。<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=b29a0db6f7fcbbfb05786ec709a994b1">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の文章なら特に問題ないと感じます。<br />
中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。<br />
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。</p>
<p>全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。<br />
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。</p>
<p>次に、気になった点をいくつかあげてみます。</p>
<p>皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。</p>
<p>例えばですね。<br />
以下の案は説明のための一例で、お勧めするわけではないのですが。</p>
<p>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。<br />
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。<br />
こんな感じで<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=d199abcda7695de21c1e1f371c067ce7">ストーリー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />にメリハリをつけ、理由付けの補強にもなるかなと愚考しました。</p>
<p>気になったことの、その2。</p>
<p>序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。<br />
気になったというのは、書き方にもう一工夫有った方が良いかなということです。<br />
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。<br />
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。<br />
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。</p>
<p>気になったこと、その3。</p>
<p>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。<br />
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。</p>
<p>終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?</p>
<p>以下も私の妄想に近い案ではありますが。</p>
<p>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。</p>
<p>繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。</p>
<p>私からはこれくらいです。<br />
執筆、お疲れさまでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-trace').style.display = (document.getElementById('cakeErr67ee799f3e1ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f3e1ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-code').style.display = (document.getElementById('cakeErr67ee799f3e1ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-context').style.display = (document.getElementById('cakeErr67ee799f3e1ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e1ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3e1ba-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success"></span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-trace').style.display = (document.getElementById('cakeErr67ee799f3e86e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3e86e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-code').style.display = (document.getElementById('cakeErr67ee799f3e86e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-context').style.display = (document.getElementById('cakeErr67ee799f3e86e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e86e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3e86e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2183"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2183?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 26に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2183" value="2183"/> <input type="hidden" name="name" id="name" value="2183"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t27">
<h2>
<a href="/review/novels/show/2185" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 27)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-trace').style.display = (document.getElementById('cakeErr67ee799f3f3ef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3f3ef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-code').style.display = (document.getElementById('cakeErr67ee799f3f3ef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-context').style.display = (document.getElementById('cakeErr67ee799f3f3ef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3f3ef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3f3ef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-trace').style.display = (document.getElementById('cakeErr67ee799f3fa52-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3fa52-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-code').style.display = (document.getElementById('cakeErr67ee799f3fa52-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-context').style.display = (document.getElementById('cakeErr67ee799f3fa52-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3fa52-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3fa52-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:15:28+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> >あまくささん</p>
<p> ドラコンです。ご感想ありがとうございます。お待ちしておりました。</p>
<p> ご存じの事情で、創作意欲が減退しています。</p>
<p> >300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p> >ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。</p>
<p> このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。</p>
<p> ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。</p>
<p> >終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。</p>
<p> 確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。</p>
<p> ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。<br />
<br />
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
<br />
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。<br />
<br />
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。<br />
<br />
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。<br />
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。<br />
<br />
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-trace').style.display = (document.getElementById('cakeErr67ee799f40202-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f40202-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-code').style.display = (document.getElementById('cakeErr67ee799f40202-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-context').style.display = (document.getElementById('cakeErr67ee799f40202-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40202-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f40202-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2185"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2185?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 27に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2185" value="2185"/> <input type="hidden" name="name" id="name" value="2185"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t29">
<h2>
<a href="/review/novels/show/2192" class="haiku">感想返信追記です <span class="small">(No: 29)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-trace').style.display = (document.getElementById('cakeErr67ee799f40e82-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f40e82-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-code').style.display = (document.getElementById('cakeErr67ee799f40e82-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-context').style.display = (document.getElementById('cakeErr67ee799f40e82-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40e82-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f40e82-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-trace').style.display = (document.getElementById('cakeErr67ee799f416f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f416f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-code').style.display = (document.getElementById('cakeErr67ee799f416f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-context').style.display = (document.getElementById('cakeErr67ee799f416f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f416f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f416f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-20T21:32:39+09:00">2022年09月20日</time> </p>
<div class='truncate'>
<p> >あまくささん<br />
<br />
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。<br />
<br />
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
<br />
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。<br />
<br />
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。<br />
<br />
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。<br />
<br />
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。<br />
<br />
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。<br />
<br />
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?<br />
<br />
</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-trace').style.display = (document.getElementById('cakeErr67ee799f41fcb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f41fcb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-code').style.display = (document.getElementById('cakeErr67ee799f41fcb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-context').style.display = (document.getElementById('cakeErr67ee799f41fcb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f41fcb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f41fcb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2192"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2192?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 29に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2192" value="2192"/> <input type="hidden" name="name" id="name" value="2192"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t28">
<h2>
<a href="/review/novels/show/2186" class="haiku">この後のネタです <span class="small">(No: 28)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-trace').style.display = (document.getElementById('cakeErr67ee799f42b17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f42b17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-code').style.display = (document.getElementById('cakeErr67ee799f42b17-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-context').style.display = (document.getElementById('cakeErr67ee799f42b17-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f42b17-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f42b17-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-trace').style.display = (document.getElementById('cakeErr67ee799f4316b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f4316b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-code').style.display = (document.getElementById('cakeErr67ee799f4316b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-context').style.display = (document.getElementById('cakeErr67ee799f4316b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4316b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4316b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:19:14+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。</p>
<p> もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。</p>
<p>●香々の里帰り<br />
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。<br />
・忠元が香々に、香々の子孫の鉄道<a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=3bee5df577fc49d7801b41eab3772f93">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。</p>
<p>●香々の「鉄子(女性の鉄道マニア)」英才教育<br />
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。</p>
<p>●今後の舞台<br />
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-trace').style.display = (document.getElementById('cakeErr67ee799f4387b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4387b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-code').style.display = (document.getElementById('cakeErr67ee799f4387b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-context').style.display = (document.getElementById('cakeErr67ee799f4387b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4387b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4387b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2186"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2186?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 28に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2186" value="2186"/> <input type="hidden" name="name" id="name" value="2186"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t30">
<h2>
<a href="/review/novels/show/2193" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 30)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-trace').style.display = (document.getElementById('cakeErr67ee799f443aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f443aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-code').style.display = (document.getElementById('cakeErr67ee799f443aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-context').style.display = (document.getElementById('cakeErr67ee799f443aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f443aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f443aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-trace').style.display = (document.getElementById('cakeErr67ee799f449d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f449d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-code').style.display = (document.getElementById('cakeErr67ee799f449d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-context').style.display = (document.getElementById('cakeErr67ee799f449d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f449d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f449d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T05:46:34+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>他の方々の様な批評はとてもできませんが・・<br />
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。<br />
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。<br />
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。<br />
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。<br />
・茶番で裏がありそうな謎。<br />
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-trace').style.display = (document.getElementById('cakeErr67ee799f450c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f450c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-code').style.display = (document.getElementById('cakeErr67ee799f450c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-context').style.display = (document.getElementById('cakeErr67ee799f450c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f450c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f450c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>硬質な文体と意外と分かりやすい内容。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-trace').style.display = (document.getElementById('cakeErr67ee799f456f7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f456f7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-code').style.display = (document.getElementById('cakeErr67ee799f456f7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-context').style.display = (document.getElementById('cakeErr67ee799f456f7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f456f7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f456f7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-trace').style.display = (document.getElementById('cakeErr67ee799f45d07-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f45d07-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-code').style.display = (document.getElementById('cakeErr67ee799f45d07-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-context').style.display = (document.getElementById('cakeErr67ee799f45d07-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f45d07-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f45d07-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2193"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2193?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 30に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2193" value="2193"/> <input type="hidden" name="name" id="name" value="2193"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t31">
<h2>
<a href="/review/novels/show/2194" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 31)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-trace').style.display = (document.getElementById('cakeErr67ee799f4680c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f4680c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-code').style.display = (document.getElementById('cakeErr67ee799f4680c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-context').style.display = (document.getElementById('cakeErr67ee799f4680c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4680c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f4680c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-trace').style.display = (document.getElementById('cakeErr67ee799f46e1d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f46e1d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-code').style.display = (document.getElementById('cakeErr67ee799f46e1d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-context').style.display = (document.getElementById('cakeErr67ee799f46e1d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f46e1d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f46e1d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T06:00:59+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>後は<br />
・香々の存在。<br />
・幽霊調査の真相等でしょうか。<br />
短いですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-trace').style.display = (document.getElementById('cakeErr67ee799f474ea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f474ea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-code').style.display = (document.getElementById('cakeErr67ee799f474ea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-context').style.display = (document.getElementById('cakeErr67ee799f474ea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f474ea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f474ea-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2194"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2194?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 31に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2194" value="2194"/> <input type="hidden" name="name" id="name" value="2194"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t32">
<h2>
<a href="/review/novels/show/2195" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 32)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-trace').style.display = (document.getElementById('cakeErr67ee799f47ff2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f47ff2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-code').style.display = (document.getElementById('cakeErr67ee799f47ff2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-context').style.display = (document.getElementById('cakeErr67ee799f47ff2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f47ff2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f47ff2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-trace').style.display = (document.getElementById('cakeErr67ee799f48612-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f48612-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-code').style.display = (document.getElementById('cakeErr67ee799f48612-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-context').style.display = (document.getElementById('cakeErr67ee799f48612-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48612-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f48612-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T10:39:11+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>> 元々島の人さん</p>
<p>ドラコンです。ご感想ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-trace').style.display = (document.getElementById('cakeErr67ee799f48cd2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f48cd2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-code').style.display = (document.getElementById('cakeErr67ee799f48cd2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-context').style.display = (document.getElementById('cakeErr67ee799f48cd2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48cd2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f48cd2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2195"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2195?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 32に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2195" value="2195"/> <input type="hidden" name="name" id="name" value="2195"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t33">
<h2>
<a href="/review/novels/show/2207" class="haiku">pixiv投稿のお知らせ <span class="small">(No: 33)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-trace').style.display = (document.getElementById('cakeErr67ee799f497b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f497b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-code').style.display = (document.getElementById('cakeErr67ee799f497b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-context').style.display = (document.getElementById('cakeErr67ee799f497b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f497b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f497b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-trace').style.display = (document.getElementById('cakeErr67ee799f49dcf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f49dcf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-code').style.display = (document.getElementById('cakeErr67ee799f49dcf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-context').style.display = (document.getElementById('cakeErr67ee799f49dcf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f49dcf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f49dcf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-25T22:00:51+09:00">2022年09月25日</time> </p>
<div class='truncate'>
<p> 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。</p>
<p>『無邪気皇后銀鈴、茶番で投獄されるのこと』<br />
<a href="https://www.pixiv.net/novel/show.php?id=18420994">https://www.pixiv.net/novel/show.php?id=18420994</a></p>
<p>『銀鈴、都へ行く 急行列車と動物支障と家出娘』</p>
<p>(pixiv)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
<p>(ノベル道場)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-trace').style.display = (document.getElementById('cakeErr67ee799f4a4e0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4a4e0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-code').style.display = (document.getElementById('cakeErr67ee799f4a4e0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-context').style.display = (document.getElementById('cakeErr67ee799f4a4e0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4a4e0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4a4e0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2207"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2207?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 33に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2207" value="2207"/> <input type="hidden" name="name" id="name" value="2207"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-trace').style.display = (document.getElementById('cakeErr67ee799f4afb0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>376</b>]<div id="cakeErr67ee799f4afb0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-code').style.display = (document.getElementById('cakeErr67ee799f4afb0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-context').style.display = (document.getElementById('cakeErr67ee799f4afb0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4afb0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">2</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#myForm" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"btn btn-primary btn-block"</span><span style="color: #007700">><</span><span style="color: #0000BB">i </span><span style="color: #007700">class=</span><span style="color: #DD0000">"fa fa-arrow-down" </span><span style="color: #0000BB">aria</span><span style="color: #007700">-</span><span style="color: #0000BB">hidden</span><span style="color: #007700">=</span><span style="color: #DD0000">"true"</span><span style="color: #007700">></</span><span style="color: #0000BB">i</span><span style="color: #007700">></span><span style="color: #0000BB">この小説を批評する!</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr67ee799f4afb0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 376
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="url">小説投稿先URL</h3>
<br>
<span class="syou">(別タブが開きます)</span>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</article>
</div>
</div>
</article>
<aside id="koukou10">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<h2>他の批評依頼</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/31" class="haiku">冒険者だった</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/25" class="name">森山智仁</a> 返信数 : <span class="tenn">7</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-02-14T12:34:47+09:00">2018年02月14日</time> </p>
<div class='truncate'>
引退から始まるハイファンタジーです。大きな挫折を経験した人に共感してほしいと思って書きました。
キツい批評でも歓迎です。よろしくお...<a href="/review/novels/thread/31"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/31" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/31?excellent=created" class="btn btn-default" rel="nofollow">人気批評</a> <a href="/review/novels/thread/31?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://kakuyomu.jp/works/1177354054883862491" target="_blank">https://kakuyomu.jp/works/1177354054883862491</a> </p>
<p class="follow"><a href="https://www.raitonoveru.jp/cms2/2018/06/26/40538/"><i class="fa fa-arrow-circle-right"></i>おもしろい小説とは面白さを一言で説明できる物。ラノベ作家・浅岡旭さん</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1223" class="haiku">スク水の女の子が水没した世界でラジオ体操をする話【短編】</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/245" class="name">バリ</a> 返信数 : <span class="tenn">0</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2020-01-16T23:37:56+09:00">2020年01月16日</time> </p>
<div class='truncate'>
中2です。ラノベが書きたいです!一日でいろいろ調べてみて、短編から書くといいって書いてあったので書こうとしたんですけど、ジャンルが…...<a href="/review/novels/show/1223"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
たのもー!(ボコボコにしてください) </p>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n9663fy/" target="_blank">https://ncode.syosetu.com/n9663fy/</a> </p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1848" class="haiku">杖転生 〜少女に拾われた俺は、古代魔術で少女を超一流魔術師に育て上げ、この世界にリベンジを決意する〜</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/431" class="name">よるのとばり</a> 返信数 : <span class="tenn">3</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2021-05-05T04:06:50+09:00">2021年05月05日</time> </p>
<div class='truncate'>
処女作です。
誰かに批評されたくてここに来ました。
率直に良かった点や悪かった点等をぶった斬って頂けると嬉しいです。
<a href="/review/novels/thread/1848"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/1848" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/1848?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n0209gx/" target="_blank">https://ncode.syosetu.com/n0209gx/</a> </p>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside> </main>
<div>
<a href="/review/novels" id="home">トップページへ</a>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-trace').style.display = (document.getElementById('cakeErr67ee799f4c845-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>398</b>]<div id="cakeErr67ee799f4c845-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-code').style.display = (document.getElementById('cakeErr67ee799f4c845-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-context').style.display = (document.getElementById('cakeErr67ee799f4c845-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4c845-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'add_rs'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$novel</span><span style="color: #007700">,</span><span style="color: #DD0000">'id'</span><span style="color: #007700">=></span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">,</span><span style="color: #DD0000">'rs'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'quotation'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'review'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">)]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"Ptop"</span><span style="color: #007700">></span><span style="color: #0000BB">ページの先頭へ</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4c845-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/review/novels/addSequel/2107%EF%BC%89?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-trace').style.display = (document.getElementById('cakeErr67ee799f4d1c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d1c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-code').style.display = (document.getElementById('cakeErr67ee799f4d1c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-context').style.display = (document.getElementById('cakeErr67ee799f4d1c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d1c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d1c1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-trace').style.display = (document.getElementById('cakeErr67ee799f4d773-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d773-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-code').style.display = (document.getElementById('cakeErr67ee799f4d773-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-context').style.display = (document.getElementById('cakeErr67ee799f4d773-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d773-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d773-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre>タイトル: 投稿者: </p>
<div class="readmore"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-trace').style.display = (document.getElementById('cakeErr67ee799f4dcf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>576</b>]<div id="cakeErr67ee799f4dcf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-code').style.display = (document.getElementById('cakeErr67ee799f4dcf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-context').style.display = (document.getElementById('cakeErr67ee799f4dcf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4dcf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">p</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"readmore"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></div> </span></code></span>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f4dcf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 576
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre></div>
<div class="form-group textarea required"><label class="control-label" for="comment">コメント</label><textarea name="comment" required="required" id="comment" class="form-control" rows="5"></textarea></div> <span class="help-block">コメントは4500文字以内。</span>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-trace').style.display = (document.getElementById('cakeErr67ee799f4f15c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>585</b>]<div id="cakeErr67ee799f4f15c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-code').style.display = (document.getElementById('cakeErr67ee799f4f15c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-context').style.display = (document.getElementById('cakeErr67ee799f4f15c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4f15c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">input</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'type'</span><span style="color: #007700">=></span><span style="color: #DD0000">'text'</span><span style="color: #007700">,</span><span style="color: #DD0000">'label' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'タイトル'</span><span style="color: #007700">,</span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">'の返信'</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4f15c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 585
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><div class="form-group text required"><label class="control-label" for="title">タイトル</label><input type="text" name="title" required="required" maxlength="255" id="title" class="form-control" value="の返信"/></div>
<div class="form-group text required"><label class="control-label" for="name">お名前</label><input type="text" name="name" required="required" placeholder="例)山田太郎" id="name" class="form-control"/></div> <div class="form-group email required"><label class="control-label" for="email">メールアドレス</label><input type="email" name="email" required="required" placeholder="例)●●@gmail.com" id="email" class="form-control"/></div> <div class="g-recaptcha" data-callback="clearcall" data-sitekey="6LdVWhUUAAAAAFZGtxjtAGAqeVMi5nrAdQw8I9wH"></div>
<p id="cllearcal" class="help-block">「私はロボットではありません」にチェックを入れてください。</p>
</fieldset>
<button class="btn btn-default btn-lg btn-block" id="submit" disabled="disabled" type="submit">書き込みする!</button></form>
<a href="#" id="Ptop">ページの先頭へ</a>
</div>
<section>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/search"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form><h2>▼投稿者の検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/name"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form> </section>
</div>
<div class="col-sm-3 sidebar">
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=e53baf2c7c90295521c9bd9c0a5e1f12">「感情」から書く脚本術</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=52d7b2f6bb2885dd8a86f2b8fd99390a"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B073W2Y359&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=eab3d9c5c5ea7ee4b7eca446f0b31c5c"><3冊合本>面白いストーリーの作り方+物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=8bf4cdd0bdcb990cc8308935e6fe0a05"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01M24PXV7&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p> <aside>
<ul class="latest2 hidden-xs">
<li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ(運営元)</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/review/img/QR_Code_1518225431.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>ノベル道場/小説の批評をし合おう!の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/review/novels/howto">ノベル道場/小説の批評をし合おう!の使い方</a> <li><a href="/review/novels/privacypolicy">プライバシーポリシー・免責事項</a> <li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/review/novels">トップページへ戻る</a> <li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/review/novels">ノベル道場/小説の批評をし合おう!</a> </footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/review/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/review/js/reCAPTCHA.js"></script><script src="/review/js/scroll.js"></script><script src="/review/js/comment.js"></script><script src="/review/js/line.js"></script><script src="/review/js/CharacterSize.js"></script><script src="/review/js/accordion2.js"></script><script src="/review/js/accordion.js"></script><script src="/review/js/generator.js"></script><!-- javaScriptの切り替え -->
<script src="/review/js/accordion4.js"></script> <script src="/review/js/main2.js"></script></body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 850
$message = 'Unable to emit headers. Headers sent in file=/home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php line=850' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 148 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104388191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-104388191-1');
</script>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!</title>
<link href="/review/favicon.ico" type="image/x-icon" rel="icon"/><link href="/review/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="創作,作家,作家志望,ライトノベル,文芸" name="keywords"/>
<meta name="description"/> <meta/> <meta property="og:title" content="「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/review/img/b26d6b6a13880f74746b57bbcf9e78c1_m.jpg">
<meta property="og:site_name" content="ノベル道場/小説の批評をし合おう!">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107%EF%BC%89">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@ranokenn">
<meta name="twitter:card" content="summary">
<!-- リセットCSS -->
<style>
@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}/ change colours to suit your needs / ins{background-color:#ff9;color:#000;text-decoration:none}/ change colours to suit your needs / mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
fieldset{border:0}fieldset legend{border-bottom:2px solid #1798a5;width:100%;line-height:1.3em;padding-top:1em}.form button[type="submit"]{text-transform:uppercase;box-shadow:none}button:after{content:"";clear:both;display:block}div.message{text-align:center;cursor:pointer;display:block;font-weight:400;padding:0 1.5rem;transition:height .3s ease-out 0;background-color:#a0d3e8;color:#626262;top:15px;right:15px;z-index:1;overflow:hidden;height:50px;line-height:2.5em;box-radius:5px}div.message:before{line-height:0;font-size:20px;height:9pt;width:9pt;border-radius:15px;text-align:center;vertical-align:middle;display:inline-block;position:relative;left:-11px;background-color:#fff;padding:9pt 14px 9pt 10px;content:"i";color:#a0d3e8}div.message.error{background-color:#c3232d;color:#fff}div.message.error:before{padding:11px 1pc 14px 7px;color:#c3232d;content:"x"}div.message.hidden{height:0}.form .error-message{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;color:rgba(0,0,0,.54)}.required>label{font-weight:700}.required>label:after{content:'(必須)';color:#c3232d}.error label,.error label.error{color:#c3232d}
</style>
<!-- bootstrap framework -->
<link rel="stylesheet" href="/review/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/review/css/style2.css"/>
<!-- Googleのスマホ広告タグ -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7538546940315247",
enable_page_level_ads: true
});
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/review/novels">ノベル道場/小説の批評をし合おう!</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/review/novels/add"><i class="fa fa-pencil" aria-hidden="true"></i> 質問、相談する</a> <li><a href="#myForm"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>返信を書く</a>
</ul>
</div>
</aside>
<aside id="koukou2">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 掲示板・上部。 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="8933800360"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> </aside>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item" id="t1">
<div class ="accordion2">
<p id='h2'>返信一覧の表示</p>
<nav id='rslist' class ="accordion2 nondisplay">
<ul class ="nav">
<li class ="syou"><a href="#t2">No:2 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-trace').style.display = (document.getElementById('cakeErr67ee799ee183b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee183b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-code').style.display = (document.getElementById('cakeErr67ee799ee183b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-context').style.display = (document.getElementById('cakeErr67ee799ee183b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee183b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee183b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-trace').style.display = (document.getElementById('cakeErr67ee799ee1ea9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee1ea9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-code').style.display = (document.getElementById('cakeErr67ee799ee1ea9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-context').style.display = (document.getElementById('cakeErr67ee799ee1ea9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee1ea9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee1ea9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t3">No:3 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-trace').style.display = (document.getElementById('cakeErr67ee799ee2894-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee2894-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-code').style.display = (document.getElementById('cakeErr67ee799ee2894-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-context').style.display = (document.getElementById('cakeErr67ee799ee2894-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2894-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee2894-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-trace').style.display = (document.getElementById('cakeErr67ee799ee2ead-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee2ead-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-code').style.display = (document.getElementById('cakeErr67ee799ee2ead-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-context').style.display = (document.getElementById('cakeErr67ee799ee2ead-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2ead-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee2ead-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t4">No:4 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-trace').style.display = (document.getElementById('cakeErr67ee799ee34f3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee34f3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-code').style.display = (document.getElementById('cakeErr67ee799ee34f3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-context').style.display = (document.getElementById('cakeErr67ee799ee34f3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee34f3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee34f3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-trace').style.display = (document.getElementById('cakeErr67ee799ee3ad9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee3ad9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-code').style.display = (document.getElementById('cakeErr67ee799ee3ad9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-context').style.display = (document.getElementById('cakeErr67ee799ee3ad9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee3ad9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee3ad9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t5">No:5 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-trace').style.display = (document.getElementById('cakeErr67ee799ee4108-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4108-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-code').style.display = (document.getElementById('cakeErr67ee799ee4108-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-context').style.display = (document.getElementById('cakeErr67ee799ee4108-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4108-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4108-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-trace').style.display = (document.getElementById('cakeErr67ee799ee4767-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee4767-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-code').style.display = (document.getElementById('cakeErr67ee799ee4767-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-context').style.display = (document.getElementById('cakeErr67ee799ee4767-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4767-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee4767-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t6">No:6 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-trace').style.display = (document.getElementById('cakeErr67ee799ee4dc0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4dc0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-code').style.display = (document.getElementById('cakeErr67ee799ee4dc0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-context').style.display = (document.getElementById('cakeErr67ee799ee4dc0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4dc0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4dc0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-trace').style.display = (document.getElementById('cakeErr67ee799ee53bf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee53bf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-code').style.display = (document.getElementById('cakeErr67ee799ee53bf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-context').style.display = (document.getElementById('cakeErr67ee799ee53bf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee53bf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee53bf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t8">No:8 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-trace').style.display = (document.getElementById('cakeErr67ee799ee59f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee59f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-code').style.display = (document.getElementById('cakeErr67ee799ee59f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-context').style.display = (document.getElementById('cakeErr67ee799ee59f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee59f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee59f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-trace').style.display = (document.getElementById('cakeErr67ee799ee5fff-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee5fff-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-code').style.display = (document.getElementById('cakeErr67ee799ee5fff-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-context').style.display = (document.getElementById('cakeErr67ee799ee5fff-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee5fff-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee5fff-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t11">No:11 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-trace').style.display = (document.getElementById('cakeErr67ee799ee6625-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee6625-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-code').style.display = (document.getElementById('cakeErr67ee799ee6625-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-context').style.display = (document.getElementById('cakeErr67ee799ee6625-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6625-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee6625-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-trace').style.display = (document.getElementById('cakeErr67ee799ee6c6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee6c6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-code').style.display = (document.getElementById('cakeErr67ee799ee6c6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-context').style.display = (document.getElementById('cakeErr67ee799ee6c6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6c6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee6c6f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t12">No:12 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-trace').style.display = (document.getElementById('cakeErr67ee799ee72c8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee72c8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-code').style.display = (document.getElementById('cakeErr67ee799ee72c8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-context').style.display = (document.getElementById('cakeErr67ee799ee72c8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee72c8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee72c8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-trace').style.display = (document.getElementById('cakeErr67ee799ee78b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee78b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-code').style.display = (document.getElementById('cakeErr67ee799ee78b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-context').style.display = (document.getElementById('cakeErr67ee799ee78b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee78b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee78b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t13">No:13 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-trace').style.display = (document.getElementById('cakeErr67ee799ee7edb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee7edb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-code').style.display = (document.getElementById('cakeErr67ee799ee7edb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-context').style.display = (document.getElementById('cakeErr67ee799ee7edb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee7edb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee7edb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-trace').style.display = (document.getElementById('cakeErr67ee799ee852f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee852f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-code').style.display = (document.getElementById('cakeErr67ee799ee852f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-context').style.display = (document.getElementById('cakeErr67ee799ee852f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee852f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee852f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t14">No:14 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-trace').style.display = (document.getElementById('cakeErr67ee799ee8bc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee8bc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-code').style.display = (document.getElementById('cakeErr67ee799ee8bc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-context').style.display = (document.getElementById('cakeErr67ee799ee8bc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee8bc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee8bc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-trace').style.display = (document.getElementById('cakeErr67ee799ee91aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee91aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-code').style.display = (document.getElementById('cakeErr67ee799ee91aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-context').style.display = (document.getElementById('cakeErr67ee799ee91aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee91aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee91aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記 </a>
<li class ="syou"><a href="#t15">No:15 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-trace').style.display = (document.getElementById('cakeErr67ee799ee97b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee97b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-code').style.display = (document.getElementById('cakeErr67ee799ee97b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-context').style.display = (document.getElementById('cakeErr67ee799ee97b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee97b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee97b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-trace').style.display = (document.getElementById('cakeErr67ee799ee9dab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee9dab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-code').style.display = (document.getElementById('cakeErr67ee799ee9dab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-context').style.display = (document.getElementById('cakeErr67ee799ee9dab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee9dab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee9dab-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信 </a>
<li class ="syou"><a href="#t16">No:16 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-trace').style.display = (document.getElementById('cakeErr67ee799eea3dd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eea3dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-code').style.display = (document.getElementById('cakeErr67ee799eea3dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-context').style.display = (document.getElementById('cakeErr67ee799eea3dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea3dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eea3dd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-trace').style.display = (document.getElementById('cakeErr67ee799eea9d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eea9d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-code').style.display = (document.getElementById('cakeErr67ee799eea9d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-context').style.display = (document.getElementById('cakeErr67ee799eea9d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea9d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eea9d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信 </a>
<li class ="syou"><a href="#t17">No:17 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-trace').style.display = (document.getElementById('cakeErr67ee799eeb001-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeb001-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-code').style.display = (document.getElementById('cakeErr67ee799eeb001-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-context').style.display = (document.getElementById('cakeErr67ee799eeb001-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb001-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeb001-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-trace').style.display = (document.getElementById('cakeErr67ee799eeb624-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeb624-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-code').style.display = (document.getElementById('cakeErr67ee799eeb624-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-context').style.display = (document.getElementById('cakeErr67ee799eeb624-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb624-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeb624-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信 </a>
<li class ="syou"><a href="#t18">No:18 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-trace').style.display = (document.getElementById('cakeErr67ee799eebc49-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eebc49-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-code').style.display = (document.getElementById('cakeErr67ee799eebc49-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-context').style.display = (document.getElementById('cakeErr67ee799eebc49-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eebc49-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eebc49-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-trace').style.display = (document.getElementById('cakeErr67ee799eec275-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eec275-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-code').style.display = (document.getElementById('cakeErr67ee799eec275-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-context').style.display = (document.getElementById('cakeErr67ee799eec275-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec275-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eec275-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t19">No:19 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-trace').style.display = (document.getElementById('cakeErr67ee799eec8d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eec8d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-code').style.display = (document.getElementById('cakeErr67ee799eec8d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-context').style.display = (document.getElementById('cakeErr67ee799eec8d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec8d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eec8d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-trace').style.display = (document.getElementById('cakeErr67ee799eeced3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeced3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-code').style.display = (document.getElementById('cakeErr67ee799eeced3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-context').style.display = (document.getElementById('cakeErr67ee799eeced3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeced3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeced3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t20">No:20 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-trace').style.display = (document.getElementById('cakeErr67ee799eed504-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eed504-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-code').style.display = (document.getElementById('cakeErr67ee799eed504-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-context').style.display = (document.getElementById('cakeErr67ee799eed504-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eed504-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eed504-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-trace').style.display = (document.getElementById('cakeErr67ee799eedaf8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eedaf8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-code').style.display = (document.getElementById('cakeErr67ee799eedaf8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-context').style.display = (document.getElementById('cakeErr67ee799eedaf8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eedaf8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eedaf8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t21">No:21 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-trace').style.display = (document.getElementById('cakeErr67ee799eee115-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eee115-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-code').style.display = (document.getElementById('cakeErr67ee799eee115-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-context').style.display = (document.getElementById('cakeErr67ee799eee115-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee115-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eee115-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-trace').style.display = (document.getElementById('cakeErr67ee799eee70a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eee70a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-code').style.display = (document.getElementById('cakeErr67ee799eee70a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-context').style.display = (document.getElementById('cakeErr67ee799eee70a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee70a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eee70a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t7">No:7 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-trace').style.display = (document.getElementById('cakeErr67ee799eeed2b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeed2b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-code').style.display = (document.getElementById('cakeErr67ee799eeed2b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-context').style.display = (document.getElementById('cakeErr67ee799eeed2b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeed2b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeed2b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-trace').style.display = (document.getElementById('cakeErr67ee799eef59f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eef59f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-code').style.display = (document.getElementById('cakeErr67ee799eef59f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-context').style.display = (document.getElementById('cakeErr67ee799eef59f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eef59f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eef59f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ふ じ た に/寿国演義 無邪気皇后銀鈴、茶番で… </a>
<li class ="syou"><a href="#t9">No:9 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-trace').style.display = (document.getElementById('cakeErr67ee799eefbe6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eefbe6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-code').style.display = (document.getElementById('cakeErr67ee799eefbe6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-context').style.display = (document.getElementById('cakeErr67ee799eefbe6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eefbe6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eefbe6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-trace').style.display = (document.getElementById('cakeErr67ee799ef01d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef01d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-code').style.display = (document.getElementById('cakeErr67ee799ef01d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-context').style.display = (document.getElementById('cakeErr67ee799ef01d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef01d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef01d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t10">No:10 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-trace').style.display = (document.getElementById('cakeErr67ee799ef080d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef080d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-code').style.display = (document.getElementById('cakeErr67ee799ef080d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-context').style.display = (document.getElementById('cakeErr67ee799ef080d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef080d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef080d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-trace').style.display = (document.getElementById('cakeErr67ee799ef0dee-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef0dee-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-code').style.display = (document.getElementById('cakeErr67ee799ef0dee-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-context').style.display = (document.getElementById('cakeErr67ee799ef0dee-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef0dee-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef0dee-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t23">No:23 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-trace').style.display = (document.getElementById('cakeErr67ee799ef140a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef140a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-code').style.display = (document.getElementById('cakeErr67ee799ef140a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-context').style.display = (document.getElementById('cakeErr67ee799ef140a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef140a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef140a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-trace').style.display = (document.getElementById('cakeErr67ee799ef19dc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef19dc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-code').style.display = (document.getElementById('cakeErr67ee799ef19dc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-context').style.display = (document.getElementById('cakeErr67ee799ef19dc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef19dc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef19dc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t22">No:22 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-trace').style.display = (document.getElementById('cakeErr67ee799ef1fef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef1fef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-code').style.display = (document.getElementById('cakeErr67ee799ef1fef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-context').style.display = (document.getElementById('cakeErr67ee799ef1fef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef1fef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef1fef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-trace').style.display = (document.getElementById('cakeErr67ee799ef26b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef26b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-code').style.display = (document.getElementById('cakeErr67ee799ef26b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-context').style.display = (document.getElementById('cakeErr67ee799ef26b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef26b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef26b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t24">No:24 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-trace').style.display = (document.getElementById('cakeErr67ee799ef2d91-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef2d91-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-code').style.display = (document.getElementById('cakeErr67ee799ef2d91-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-context').style.display = (document.getElementById('cakeErr67ee799ef2d91-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef2d91-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef2d91-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-trace').style.display = (document.getElementById('cakeErr67ee799ef338b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef338b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-code').style.display = (document.getElementById('cakeErr67ee799ef338b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-context').style.display = (document.getElementById('cakeErr67ee799ef338b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef338b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef338b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t25">No:25 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-trace').style.display = (document.getElementById('cakeErr67ee799ef3998-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef3998-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-code').style.display = (document.getElementById('cakeErr67ee799ef3998-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-context').style.display = (document.getElementById('cakeErr67ee799ef3998-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3998-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef3998-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-trace').style.display = (document.getElementById('cakeErr67ee799ef3f97-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef3f97-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-code').style.display = (document.getElementById('cakeErr67ee799ef3f97-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-context').style.display = (document.getElementById('cakeErr67ee799ef3f97-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3f97-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef3f97-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/ご注意! </a>
<li class ="syou"><a href="#t26">No:26 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-trace').style.display = (document.getElementById('cakeErr67ee799f00356-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f00356-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-code').style.display = (document.getElementById('cakeErr67ee799f00356-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-context').style.display = (document.getElementById('cakeErr67ee799f00356-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f00356-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f00356-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-trace').style.display = (document.getElementById('cakeErr67ee799f009a4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f009a4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-code').style.display = (document.getElementById('cakeErr67ee799f009a4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-context').style.display = (document.getElementById('cakeErr67ee799f009a4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f009a4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f009a4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
あまくさ/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t27">No:27 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-trace').style.display = (document.getElementById('cakeErr67ee799f01019-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01019-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-code').style.display = (document.getElementById('cakeErr67ee799f01019-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-context').style.display = (document.getElementById('cakeErr67ee799f01019-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01019-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01019-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-trace').style.display = (document.getElementById('cakeErr67ee799f01631-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f01631-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-code').style.display = (document.getElementById('cakeErr67ee799f01631-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-context').style.display = (document.getElementById('cakeErr67ee799f01631-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01631-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f01631-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t29">No:29 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-trace').style.display = (document.getElementById('cakeErr67ee799f01c8b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01c8b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-code').style.display = (document.getElementById('cakeErr67ee799f01c8b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-context').style.display = (document.getElementById('cakeErr67ee799f01c8b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01c8b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01c8b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-trace').style.display = (document.getElementById('cakeErr67ee799f02285-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02285-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-code').style.display = (document.getElementById('cakeErr67ee799f02285-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-context').style.display = (document.getElementById('cakeErr67ee799f02285-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02285-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02285-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/感想返信追記です </a>
<li class ="syou"><a href="#t28">No:28 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-trace').style.display = (document.getElementById('cakeErr67ee799f0289f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f0289f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-code').style.display = (document.getElementById('cakeErr67ee799f0289f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-context').style.display = (document.getElementById('cakeErr67ee799f0289f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0289f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f0289f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-trace').style.display = (document.getElementById('cakeErr67ee799f02ec8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02ec8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-code').style.display = (document.getElementById('cakeErr67ee799f02ec8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-context').style.display = (document.getElementById('cakeErr67ee799f02ec8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02ec8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02ec8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/この後のネタです </a>
<li class ="syou"><a href="#t30">No:30 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-trace').style.display = (document.getElementById('cakeErr67ee799f034cc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f034cc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-code').style.display = (document.getElementById('cakeErr67ee799f034cc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-context').style.display = (document.getElementById('cakeErr67ee799f034cc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f034cc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f034cc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-trace').style.display = (document.getElementById('cakeErr67ee799f03abe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f03abe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-code').style.display = (document.getElementById('cakeErr67ee799f03abe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-context').style.display = (document.getElementById('cakeErr67ee799f03abe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f03abe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f03abe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t31">No:31 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-trace').style.display = (document.getElementById('cakeErr67ee799f040bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f040bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-code').style.display = (document.getElementById('cakeErr67ee799f040bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-context').style.display = (document.getElementById('cakeErr67ee799f040bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f040bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f040bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-trace').style.display = (document.getElementById('cakeErr67ee799f046d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f046d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-code').style.display = (document.getElementById('cakeErr67ee799f046d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-context').style.display = (document.getElementById('cakeErr67ee799f046d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f046d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f046d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t32">No:32 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-trace').style.display = (document.getElementById('cakeErr67ee799f04cc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f04cc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-code').style.display = (document.getElementById('cakeErr67ee799f04cc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-context').style.display = (document.getElementById('cakeErr67ee799f04cc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f04cc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f04cc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-trace').style.display = (document.getElementById('cakeErr67ee799f052ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f052ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-code').style.display = (document.getElementById('cakeErr67ee799f052ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-context').style.display = (document.getElementById('cakeErr67ee799f052ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f052ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f052ae-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t33">No:33 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-trace').style.display = (document.getElementById('cakeErr67ee799f058a0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f058a0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-code').style.display = (document.getElementById('cakeErr67ee799f058a0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-context').style.display = (document.getElementById('cakeErr67ee799f058a0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f058a0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f058a0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-trace').style.display = (document.getElementById('cakeErr67ee799f05e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f05e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-code').style.display = (document.getElementById('cakeErr67ee799f05e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-context').style.display = (document.getElementById('cakeErr67ee799f05e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f05e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f05e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/pixiv投稿のお知らせ </a>
</ul>
</nav>
</div>
<h1>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-trace').style.display = (document.getElementById('cakeErr67ee799f06469-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>78</b>]<div id="cakeErr67ee799f06469-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-code').style.display = (document.getElementById('cakeErr67ee799f06469-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-context').style.display = (document.getElementById('cakeErr67ee799f06469-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06469-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) .</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'<span class="small"> (No: '</span></span></code></pre><pre id="cakeErr67ee799f06469-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 78
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-trace').style.display = (document.getElementById('cakeErr67ee799f06e6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>81</b>]<div id="cakeErr67ee799f06e6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-code').style.display = (document.getElementById('cakeErr67ee799f06e6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-context').style.display = (document.getElementById('cakeErr67ee799f06e6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06e6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Number</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">no</span><span style="color: #007700">).</span><span style="color: #DD0000">')</span> '</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f06e6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 81
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-trace').style.display = (document.getElementById('cakeErr67ee799f0761a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>83</b>]<div id="cakeErr67ee799f0761a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-code').style.display = (document.getElementById('cakeErr67ee799f0761a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-context').style.display = (document.getElementById('cakeErr67ee799f0761a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0761a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">, [</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'show'</span><span style="color: #007700">, </span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">],[</span><span style="color: #DD0000">'class' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'haiku'</span><span style="color: #007700">,</span><span style="color: #DD0000">'escape' </span><span style="color: #007700">=> </span><span style="color: #0000BB">false</span><span style="color: #007700">])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f0761a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 83
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/show" class="haiku"><span class="small"> (No: 0)</span> </a> </h1>
<p class="comment2"><span class="line">
<span class="rs">スレ主</span>
<span id="generatorName"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-trace').style.display = (document.getElementById('cakeErr67ee799f07c8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f07c8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-code').style.display = (document.getElementById('cakeErr67ee799f07c8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-context').style.display = (document.getElementById('cakeErr67ee799f07c8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f07c8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f07c8d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-trace').style.display = (document.getElementById('cakeErr67ee799f08284-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f08284-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-code').style.display = (document.getElementById('cakeErr67ee799f08284-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-context').style.display = (document.getElementById('cakeErr67ee799f08284-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08284-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f08284-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/person"></a></span>
<span class="linechildren">
投稿日時:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-trace').style.display = (document.getElementById('cakeErr67ee799f08b4b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>96</b>]<div id="cakeErr67ee799f08b4b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-code').style.display = (document.getElementById('cakeErr67ee799f08b4b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-context').style.display = (document.getElementById('cakeErr67ee799f08b4b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08b4b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">tag</span><span style="color: #007700">(</span><span style="color: #DD0000">'time'</span><span style="color: #007700">,</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></pre><pre id="cakeErr67ee799f08b4b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 96
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-trace').style.display = (document.getElementById('cakeErr67ee799f09178-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>97</b>]<div id="cakeErr67ee799f09178-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-code').style.display = (document.getElementById('cakeErr67ee799f09178-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-context').style.display = (document.getElementById('cakeErr67ee799f09178-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09178-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> true</span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f09178-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 97
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><time datetime="2025-04-03T21:05:51+09:00"></time>
</span>
</span>
</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-trace').style.display = (document.getElementById('cakeErr67ee799f09873-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>104</b>]<div id="cakeErr67ee799f09873-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-code').style.display = (document.getElementById('cakeErr67ee799f09873-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-context').style.display = (document.getElementById('cakeErr67ee799f09873-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09873-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f09873-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 104
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
</p>
<div class='truncate2'>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-trace').style.display = (document.getElementById('cakeErr67ee799f0a0ed-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>115</b>]<div id="cakeErr67ee799f0a0ed-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-code').style.display = (document.getElementById('cakeErr67ee799f0a0ed-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-context').style.display = (document.getElementById('cakeErr67ee799f0a0ed-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a0ed-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">'truncate2'</span><span style="color: #007700">> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0a0ed-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 115
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> </div>
<p class="comment2 kyoutyou">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-trace').style.display = (document.getElementById('cakeErr67ee799f0a712-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>132</b>]<div id="cakeErr67ee799f0a712-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-code').style.display = (document.getElementById('cakeErr67ee799f0a712-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-context').style.display = (document.getElementById('cakeErr67ee799f0a712-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a712-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'要望:'</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'category'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0a712-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 132
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>要望:長所を教えてください! </p>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</div>
<article class="list-group-item" id="t2">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-trace').style.display = (document.getElementById('cakeErr67ee799f0ade5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>151</b>]<div id="cakeErr67ee799f0ade5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-code').style.display = (document.getElementById('cakeErr67ee799f0ade5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-context').style.display = (document.getElementById('cakeErr67ee799f0ade5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0ade5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">article </span><span style="color: #007700">class=</span><span style="color: #DD0000">"list-group-item" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0ade5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 151
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<h2>
<a href="/review/novels/show/2114" class="haiku">人気批評!寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評<span class="small"> (No: 2)</span></a> </h2>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-trace').style.display = (document.getElementById('cakeErr67ee799f0b4a7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>164</b>]<div id="cakeErr67ee799f0b4a7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-code').style.display = (document.getElementById('cakeErr67ee799f0b4a7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-context').style.display = (document.getElementById('cakeErr67ee799f0b4a7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0b4a7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0b4a7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 164
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-trace').style.display = (document.getElementById('cakeErr67ee799f0c0b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f0c0b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-code').style.display = (document.getElementById('cakeErr67ee799f0c0b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-context').style.display = (document.getElementById('cakeErr67ee799f0c0b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c0b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f0c0b0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-trace').style.display = (document.getElementById('cakeErr67ee799f0c6d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f0c6d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-code').style.display = (document.getElementById('cakeErr67ee799f0c6d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-context').style.display = (document.getElementById('cakeErr67ee799f0c6d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c6d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0c6d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">4</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T15:28:46+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>ひたすら好みのままに言います!!合わなかったらスルーでお願いします!<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
1,難しいです。</p>
<p>冒頭の冷風扇で</p>
<p>急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど<br />
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p>列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安<br />
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。</p>
<p> せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。</p>
<p>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。</p>
<p>あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。<br />
ーーーーーーーーーーーーーーーーー<br />
3,<br />
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。<br />
ーーーーーーーーーーーーーーー<br />
4、ちょっとご都合主義っぽく感じてしまう</p>
<p> 冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?</p>
<p> たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。</p>
<p>ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。<br />
ーーーーーーーーーーーーーーーーーーー<br />
13<br />
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。<br />
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)</p>
<p>香々姐さん出る所まで読めていないので、とりあえずここまで。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-trace').style.display = (document.getElementById('cakeErr67ee799f0d264-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f0d264-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-code').style.display = (document.getElementById('cakeErr67ee799f0d264-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-context').style.display = (document.getElementById('cakeErr67ee799f0d264-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0d264-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0d264-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-trace').style.display = (document.getElementById('cakeErr67ee799f0da04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f0da04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-code').style.display = (document.getElementById('cakeErr67ee799f0da04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-context').style.display = (document.getElementById('cakeErr67ee799f0da04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0da04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0da04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2114"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2114?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 2に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2114" value="2114"/> <input type="hidden" name="name" id="name" value="2114"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t3">
<h2>
<a href="/review/novels/show/2116" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 3)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-trace').style.display = (document.getElementById('cakeErr67ee799f10417-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f10417-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-code').style.display = (document.getElementById('cakeErr67ee799f10417-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-context').style.display = (document.getElementById('cakeErr67ee799f10417-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10417-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f10417-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-trace').style.display = (document.getElementById('cakeErr67ee799f10a41-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f10a41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-code').style.display = (document.getElementById('cakeErr67ee799f10a41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-context').style.display = (document.getElementById('cakeErr67ee799f10a41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10a41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f10a41-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t2">No: 2の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T17:46:47+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。わがままにお付き合いくださり、ありがとうございます。</p>
<p> 氷風扇の件です。</p>
<p> ここは、「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。</p>
<p> 事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。</p>
<p> 裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。<br />
<br />
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。</p>
<p> >「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p> 九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。</p>
<p> 生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-trace').style.display = (document.getElementById('cakeErr67ee799f11196-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f11196-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-code').style.display = (document.getElementById('cakeErr67ee799f11196-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-context').style.display = (document.getElementById('cakeErr67ee799f11196-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11196-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f11196-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2116"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2116?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 3に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2116" value="2116"/> <input type="hidden" name="name" id="name" value="2116"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t4">
<h2>
<a href="/review/novels/show/2118" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信 <span class="small">(No: 4)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-trace').style.display = (document.getElementById('cakeErr67ee799f11d39-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f11d39-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-code').style.display = (document.getElementById('cakeErr67ee799f11d39-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-context').style.display = (document.getElementById('cakeErr67ee799f11d39-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11d39-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f11d39-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-trace').style.display = (document.getElementById('cakeErr67ee799f12353-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f12353-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-code').style.display = (document.getElementById('cakeErr67ee799f12353-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-context').style.display = (document.getElementById('cakeErr67ee799f12353-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12353-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f12353-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t3">No: 3の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T20:55:20+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>魔界大冒険みたことがないです!(;´∀`)わかんない<br />
ーーーーーーーーーーーーーーーーーーーーーーー<br />
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと<br />
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。<br />
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p>昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。</p>
<p>知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。<br />
ーーーーーーーーーーーーーーーーーー<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-trace').style.display = (document.getElementById('cakeErr67ee799f12a57-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f12a57-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-code').style.display = (document.getElementById('cakeErr67ee799f12a57-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-context').style.display = (document.getElementById('cakeErr67ee799f12a57-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12a57-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f12a57-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2118"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2118?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 4に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2118" value="2118"/> <input type="hidden" name="name" id="name" value="2118"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t5">
<h2>
<a href="/review/novels/show/2122" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信 <span class="small">(No: 5)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-trace').style.display = (document.getElementById('cakeErr67ee799f13545-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f13545-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-code').style.display = (document.getElementById('cakeErr67ee799f13545-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-context').style.display = (document.getElementById('cakeErr67ee799f13545-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13545-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f13545-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-trace').style.display = (document.getElementById('cakeErr67ee799f13b92-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f13b92-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-code').style.display = (document.getElementById('cakeErr67ee799f13b92-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-context').style.display = (document.getElementById('cakeErr67ee799f13b92-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13b92-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f13b92-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t4">No: 4の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T22:25:44+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。再度ありがとうございます。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
<p> そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。</p>
<p> >九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p> 九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。<br />
<a href="https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97">https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97</a><br />
<br />
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。</p>
<p>「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。</p>
<p> ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。</p>
<p> 作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。</p>
<p> これは先の返信で書き忘れたので、書いておきます。</p>
<p> >ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p> >北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。<br />
<br />
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。<br />
<br />
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-trace').style.display = (document.getElementById('cakeErr67ee799f1434b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1434b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-code').style.display = (document.getElementById('cakeErr67ee799f1434b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-context').style.display = (document.getElementById('cakeErr67ee799f1434b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1434b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1434b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2122"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2122?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 5に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2122" value="2122"/> <input type="hidden" name="name" id="name" value="2122"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t6">
<h2>
<a href="/review/novels/show/2129" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信 <span class="small">(No: 6)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-trace').style.display = (document.getElementById('cakeErr67ee799f14e74-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f14e74-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-code').style.display = (document.getElementById('cakeErr67ee799f14e74-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-context').style.display = (document.getElementById('cakeErr67ee799f14e74-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f14e74-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f14e74-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-trace').style.display = (document.getElementById('cakeErr67ee799f154aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f154aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-code').style.display = (document.getElementById('cakeErr67ee799f154aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-context').style.display = (document.getElementById('cakeErr67ee799f154aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f154aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f154aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t5">No: 5の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T08:55:33+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>九字の説得力と<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00T1S5YJE/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00T1S5YJE&linkCode=as2&tag=raitonoverusa-22&linkId=a937ea7fb5346183a9f6239bdb22fe52">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00T1S5YJE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の併用がめちゃ難しい(;´・ω・)</p>
<p>>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
<p>ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう</p>
<p>「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。</p>
<p>銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。<br />
ーーーーーーーーーーーーーーーーーーーーーーーー<br />
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。</p>
<p>そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。</p>
<p>銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-trace').style.display = (document.getElementById('cakeErr67ee799f15bcd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f15bcd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-code').style.display = (document.getElementById('cakeErr67ee799f15bcd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-context').style.display = (document.getElementById('cakeErr67ee799f15bcd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f15bcd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f15bcd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2129"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2129?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 6に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2129" value="2129"/> <input type="hidden" name="name" id="name" value="2129"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t8">
<h2>
<a href="/review/novels/show/2131" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信 <span class="small">(No: 8)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-trace').style.display = (document.getElementById('cakeErr67ee799f166bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f166bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-code').style.display = (document.getElementById('cakeErr67ee799f166bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-context').style.display = (document.getElementById('cakeErr67ee799f166bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f166bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f166bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-trace').style.display = (document.getElementById('cakeErr67ee799f16ceb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f16ceb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-code').style.display = (document.getElementById('cakeErr67ee799f16ceb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-context').style.display = (document.getElementById('cakeErr67ee799f16ceb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f16ceb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f16ceb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t6">No: 6の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:29:02+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん。</p>
<p> ドラコンです。</p>
<p> ご返信を拝読した限りですが、読むせんさんは「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> 作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。</p>
<p> ですので、銀鈴でなくとも、魔法は使えます。</p>
<p> 香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。</p>
<p> どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。</p>
<p> ・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。<br />
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。<br />
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。</p>
<p> ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。</p>
<p> 最初のご回答でいただいた、この件です。</p>
<p> >やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。</p>
<p> これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-trace').style.display = (document.getElementById('cakeErr67ee799f1740f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1740f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-code').style.display = (document.getElementById('cakeErr67ee799f1740f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-context').style.display = (document.getElementById('cakeErr67ee799f1740f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1740f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1740f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2131"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2131?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 8に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2131" value="2131"/> <input type="hidden" name="name" id="name" value="2131"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t11">
<h2>
<a href="/review/novels/show/2134" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信 <span class="small">(No: 11)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-trace').style.display = (document.getElementById('cakeErr67ee799f17f03-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f17f03-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-code').style.display = (document.getElementById('cakeErr67ee799f17f03-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-context').style.display = (document.getElementById('cakeErr67ee799f17f03-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f17f03-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f17f03-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-trace').style.display = (document.getElementById('cakeErr67ee799f1857d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1857d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-code').style.display = (document.getElementById('cakeErr67ee799f1857d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-context').style.display = (document.getElementById('cakeErr67ee799f1857d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1857d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1857d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t8">No: 8の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T18:34:58+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
ーーーーーーーーーーーーーーー<br />
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。</p>
<p>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
ーーーーーーーーーーーーーーーー<br />
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。</p>
<p>多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。<br />
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。</p>
<p>あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />に推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。</p>
<p>女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。<br />
ーーーーーーーーーーーーーーー<br />
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。</p>
<p>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。</p>
<p>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。</p>
<p>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。<br />
ーーーーーーーーーーーーーーーーーーーーー<br />
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p>良かったかも。<br />
======================<br />
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p>①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。</p>
<p>②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。</p>
<p>③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公</p>
<p>④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。</p>
<p>⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。<br />
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。 </p>
<p>⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。</p>
<p>⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。</p>
<p>みたいな。<br />
ーーーーーーーーーーーーーー<br />
一番大事にしたいコンセプト部分が、ちょっと分からないかも。<br />
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-trace').style.display = (document.getElementById('cakeErr67ee799f18f5c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f18f5c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-code').style.display = (document.getElementById('cakeErr67ee799f18f5c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-context').style.display = (document.getElementById('cakeErr67ee799f18f5c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f18f5c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f18f5c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2134"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2134?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 11に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2134" value="2134"/> <input type="hidden" name="name" id="name" value="2134"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t12">
<h2>
<a href="/review/novels/show/2135" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 12)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-trace').style.display = (document.getElementById('cakeErr67ee799f19b04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f19b04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-code').style.display = (document.getElementById('cakeErr67ee799f19b04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-context').style.display = (document.getElementById('cakeErr67ee799f19b04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f19b04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f19b04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-trace').style.display = (document.getElementById('cakeErr67ee799f1a126-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1a126-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-code').style.display = (document.getElementById('cakeErr67ee799f1a126-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-context').style.display = (document.getElementById('cakeErr67ee799f1a126-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a126-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1a126-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t11">No: 11の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T19:16:43+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>これまた追加<br />
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。<br />
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-trace').style.display = (document.getElementById('cakeErr67ee799f1a7fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1a7fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-code').style.display = (document.getElementById('cakeErr67ee799f1a7fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-context').style.display = (document.getElementById('cakeErr67ee799f1a7fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a7fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1a7fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2135"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2135?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 12に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2135" value="2135"/> <input type="hidden" name="name" id="name" value="2135"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t13">
<h2>
<a href="/review/novels/show/2136" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 13)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-trace').style.display = (document.getElementById('cakeErr67ee799f1b2eb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1b2eb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-code').style.display = (document.getElementById('cakeErr67ee799f1b2eb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-context').style.display = (document.getElementById('cakeErr67ee799f1b2eb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b2eb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1b2eb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-trace').style.display = (document.getElementById('cakeErr67ee799f1b98f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1b98f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-code').style.display = (document.getElementById('cakeErr67ee799f1b98f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-context').style.display = (document.getElementById('cakeErr67ee799f1b98f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b98f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1b98f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t12">No: 12の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T20:51:41+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。</p>
<p> >一番大事にしたいコンセプト部分が、ちょっと分からないかも。</p>
<p> この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。</p>
<p> 最初にパッと思い付いたのは以下の感じでした。<br />
<br />
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。<br />
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。<br />
<br />
これだけでした。<br />
<br />
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。<br />
<br />
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。<br />
<br />
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
<br />
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。<br />
<br />
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。<br />
<br />
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
<br />
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。<br />
<br />
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。<br />
<br />
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
<br />
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。<br />
<br />
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。<br />
<br />
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。<br />
<br />
書き終わって、思いのほか分量があったのには驚きました。<br />
<br />
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。<br />
<br />
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。<br />
<br />
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。<br />
<br />
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。<br />
<br />
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。</p>
<p> 作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。</p>
<p> 裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。</p>
<p> >今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p> ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。</p>
<p> >香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p> 構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p> >ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。</p>
<p> ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」を書きたいとの思いで書きました。</p>
<p> その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( <a href="https://www.raitonoveru.jp/counsel/novels/thread/13078">https://www.raitonoveru.jp/counsel/novels/thread/13078</a> )とおっしゃってくださったので、この項を付けたしました。</p>
<p>「楽しい」と評価してくださり、ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-trace').style.display = (document.getElementById('cakeErr67ee799f1c1fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1c1fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-code').style.display = (document.getElementById('cakeErr67ee799f1c1fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-context').style.display = (document.getElementById('cakeErr67ee799f1c1fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1c1fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1c1fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2136"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2136?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 13に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2136" value="2136"/> <input type="hidden" name="name" id="name" value="2136"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t14">
<h2>
<a href="/review/novels/show/2137" class="haiku">訂正・追記 <span class="small">(No: 14)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-trace').style.display = (document.getElementById('cakeErr67ee799f1cd3a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1cd3a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-code').style.display = (document.getElementById('cakeErr67ee799f1cd3a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-context').style.display = (document.getElementById('cakeErr67ee799f1cd3a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1cd3a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1cd3a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-trace').style.display = (document.getElementById('cakeErr67ee799f1d34d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1d34d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-code').style.display = (document.getElementById('cakeErr67ee799f1d34d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-context').style.display = (document.getElementById('cakeErr67ee799f1d34d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1d34d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1d34d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t13">No: 13の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T21:03:24+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 訂正です。</p>
<p>【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p>【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p> ここからは追記です。</p>
<p> とはいっても、書いていて、ちょっと恥ずかしかったですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-trace').style.display = (document.getElementById('cakeErr67ee799f1da30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1da30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-code').style.display = (document.getElementById('cakeErr67ee799f1da30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-context').style.display = (document.getElementById('cakeErr67ee799f1da30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1da30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1da30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2137"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2137?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 14に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2137" value="2137"/> <input type="hidden" name="name" id="name" value="2137"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t15">
<h2>
<a href="/review/novels/show/2138" class="haiku">訂正・追記の返信 <span class="small">(No: 15)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-trace').style.display = (document.getElementById('cakeErr67ee799f1e52a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1e52a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-code').style.display = (document.getElementById('cakeErr67ee799f1e52a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-context').style.display = (document.getElementById('cakeErr67ee799f1e52a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1e52a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1e52a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-trace').style.display = (document.getElementById('cakeErr67ee799f1eb7f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1eb7f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-code').style.display = (document.getElementById('cakeErr67ee799f1eb7f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-context').style.display = (document.getElementById('cakeErr67ee799f1eb7f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1eb7f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1eb7f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t14">No: 14の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T08:43:15+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p>作品コンセプトによります。<br />
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。<br />
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。<br />
<br />
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。</p>
<p> みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。<br />
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」<br />
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」</p>
<p>‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。<br />
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)<br />
ーーーーーーーーーーーーーーーーーー<br />
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。<br />
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?</p>
<p>中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。</p>
<p> 皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。</p>
<p>日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。</p>
<p>日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。</p>
<p>なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。<br />
ーーーーーーーーーーーーーーーーーーー<br />
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-trace').style.display = (document.getElementById('cakeErr67ee799f1f2d9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1f2d9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-code').style.display = (document.getElementById('cakeErr67ee799f1f2d9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-context').style.display = (document.getElementById('cakeErr67ee799f1f2d9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1f2d9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1f2d9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2138"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2138?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 15に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2138" value="2138"/> <input type="hidden" name="name" id="name" value="2138"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t16">
<h2>
<a href="/review/novels/show/2139" class="haiku">訂正・追記の返信の返信 <span class="small">(No: 16)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-trace').style.display = (document.getElementById('cakeErr67ee799f1fdc9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1fdc9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-code').style.display = (document.getElementById('cakeErr67ee799f1fdc9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-context').style.display = (document.getElementById('cakeErr67ee799f1fdc9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1fdc9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1fdc9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-trace').style.display = (document.getElementById('cakeErr67ee799f203fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f203fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-code').style.display = (document.getElementById('cakeErr67ee799f203fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-context').style.display = (document.getElementById('cakeErr67ee799f203fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f203fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f203fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t15">No: 15の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T09:57:19+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)</p>
<p>とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。<br />
ーーーーーーーーーーーーーーーーーー<br />
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> 自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p>男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。<br />
ーーーーーーーーーーーーーーーーーー<br />
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> 中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> 一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-trace').style.display = (document.getElementById('cakeErr67ee799f20b12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f20b12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-code').style.display = (document.getElementById('cakeErr67ee799f20b12-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-context').style.display = (document.getElementById('cakeErr67ee799f20b12-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f20b12-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f20b12-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2139"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2139?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 16に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2139" value="2139"/> <input type="hidden" name="name" id="name" value="2139"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t17">
<h2>
<a href="/review/novels/show/2140" class="haiku">訂正・追記の返信の返信の返信 <span class="small">(No: 17)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-trace').style.display = (document.getElementById('cakeErr67ee799f21600-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f21600-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-code').style.display = (document.getElementById('cakeErr67ee799f21600-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-context').style.display = (document.getElementById('cakeErr67ee799f21600-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21600-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f21600-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-trace').style.display = (document.getElementById('cakeErr67ee799f21c30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f21c30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-code').style.display = (document.getElementById('cakeErr67ee799f21c30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-context').style.display = (document.getElementById('cakeErr67ee799f21c30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21c30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f21c30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t16">No: 16の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T10:36:11+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> > たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。</p>
<p> これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。</p>
<p> >香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> >中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。</p>
<p> 一応、中国の幽霊については調べました。ただ、中国の怪奇<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-trace').style.display = (document.getElementById('cakeErr67ee799f22357-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f22357-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-code').style.display = (document.getElementById('cakeErr67ee799f22357-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-context').style.display = (document.getElementById('cakeErr67ee799f22357-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22357-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f22357-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2140"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2140?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 17に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2140" value="2140"/> <input type="hidden" name="name" id="name" value="2140"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t18">
<h2>
<a href="/review/novels/show/2141" class="haiku">訂正・追記の返信の返信の返信の返信 <span class="small">(No: 18)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-trace').style.display = (document.getElementById('cakeErr67ee799f22e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f22e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-code').style.display = (document.getElementById('cakeErr67ee799f22e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-context').style.display = (document.getElementById('cakeErr67ee799f22e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f22e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-trace').style.display = (document.getElementById('cakeErr67ee799f23519-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f23519-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-code').style.display = (document.getElementById('cakeErr67ee799f23519-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-context').style.display = (document.getElementById('cakeErr67ee799f23519-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23519-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f23519-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t17">No: 17の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T12:50:33+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>まくいった、と解釈して良いのでしょうか? <br />
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。<br />
===================== <br />
>これには自覚がないんですよ。</p>
<p>ーーーーーーーーーーーーーーー<br />
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」<br />
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」</p>
<p>「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、<br />
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。<br />
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの? <br />
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。</p>
<p>だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』<br />
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、<br />
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」</p>
<p>とかのクダリっす。</p>
<p>ーーーーーーーーーーーーーー<br />
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)<br />
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)</p>
<p>「皆さん、この部屋に何かを感じませんか?」<br />
「特に何も感じないわ」<br />
「私も何も感じないわね」<br />
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」<br />
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。<br />
「そうですか。では、取り調べを始めましょうか」</p>
<p>このクダリに「いや、ナンヤネン」というギャグ感と違和感</p>
<p>(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね) </p>
<p>ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?<br />
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。</p>
<p>「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない? </p>
<p>わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーーーー<br />
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。<br />
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。</p>
<p>ーーーーーーーーーーーーー<br />
今回の騒動の目的</p>
<p>①無罪なのに裁判長がごっこ遊びをして遊んでいる<br />
②ガチ大逆罪疑惑に発展している<br />
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする<br />
④マジ処罰(トトカルチョの方)</p>
<p>実際どれでもないんですよね<br />
ーーーーーーーーーーーーーー<br />
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。<br />
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。<br />
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。<br />
ーーーーーーーーーーーーーーーーーー<br />
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-trace').style.display = (document.getElementById('cakeErr67ee799f23cf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f23cf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-code').style.display = (document.getElementById('cakeErr67ee799f23cf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-context').style.display = (document.getElementById('cakeErr67ee799f23cf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23cf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f23cf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2141"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2141?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 18に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2141" value="2141"/> <input type="hidden" name="name" id="name" value="2141"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t19">
<h2>
<a href="/review/novels/show/2142" class="haiku">訂正・追記の返信の返信の返信の返信の返信 <span class="small">(No: 19)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-trace').style.display = (document.getElementById('cakeErr67ee799f2482c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2482c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-code').style.display = (document.getElementById('cakeErr67ee799f2482c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-context').style.display = (document.getElementById('cakeErr67ee799f2482c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2482c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2482c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-trace').style.display = (document.getElementById('cakeErr67ee799f24e65-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f24e65-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-code').style.display = (document.getElementById('cakeErr67ee799f24e65-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-context').style.display = (document.getElementById('cakeErr67ee799f24e65-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f24e65-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f24e65-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t18">No: 18の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T20:49:29+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。過分なお褒めにあずかり、恐縮です。</p>
<p> >寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。</p>
<p> 確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。</p>
<p> ご丁寧なご感想、ありがとうございます。</p>
<p> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p> それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。</p>
<p> >皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p> この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。</p>
<p> むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。</p>
<p> >理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
<p> そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-trace').style.display = (document.getElementById('cakeErr67ee799f255bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f255bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-code').style.display = (document.getElementById('cakeErr67ee799f255bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-context').style.display = (document.getElementById('cakeErr67ee799f255bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f255bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f255bc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2142"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2142?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 19に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2142" value="2142"/> <input type="hidden" name="name" id="name" value="2142"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t20">
<h2>
<a href="/review/novels/show/2143" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信 <span class="small">(No: 20)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-trace').style.display = (document.getElementById('cakeErr67ee799f260c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f260c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-code').style.display = (document.getElementById('cakeErr67ee799f260c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-context').style.display = (document.getElementById('cakeErr67ee799f260c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f260c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f260c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-trace').style.display = (document.getElementById('cakeErr67ee799f26704-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f26704-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-code').style.display = (document.getElementById('cakeErr67ee799f26704-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-context').style.display = (document.getElementById('cakeErr67ee799f26704-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26704-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f26704-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t19">No: 19の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T09:22:46+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p>> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p>「あなた、そんな事まで調べてたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。</p>
<p> 無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。</p>
<p>なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。<br />
ーーーーーーーーーーーーーーーーーーーーーー<br />
コオロギ捕獲に関しては<br />
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p>「あなた、そんな事までやっていたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-trace').style.display = (document.getElementById('cakeErr67ee799f26e3b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f26e3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-code').style.display = (document.getElementById('cakeErr67ee799f26e3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-context').style.display = (document.getElementById('cakeErr67ee799f26e3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26e3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f26e3b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2143"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2143?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 20に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2143" value="2143"/> <input type="hidden" name="name" id="name" value="2143"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t21">
<h2>
<a href="/review/novels/show/2144" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 21)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-trace').style.display = (document.getElementById('cakeErr67ee799f27965-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f27965-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-code').style.display = (document.getElementById('cakeErr67ee799f27965-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-context').style.display = (document.getElementById('cakeErr67ee799f27965-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27965-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f27965-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-trace').style.display = (document.getElementById('cakeErr67ee799f27f78-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f27f78-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-code').style.display = (document.getElementById('cakeErr67ee799f27f78-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-context').style.display = (document.getElementById('cakeErr67ee799f27f78-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27f78-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f27f78-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t20">No: 20の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T14:12:15+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p> 裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。</p>
<p> 銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。</p>
<p> <br />
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p> これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-trace').style.display = (document.getElementById('cakeErr67ee799f28694-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f28694-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-code').style.display = (document.getElementById('cakeErr67ee799f28694-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-context').style.display = (document.getElementById('cakeErr67ee799f28694-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f28694-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f28694-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2144"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2144?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 21に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2144" value="2144"/> <input type="hidden" name="name" id="name" value="2144"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t7">
<h2>
<a href="/review/novels/show/2130" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 7)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-trace').style.display = (document.getElementById('cakeErr67ee799f2958e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2958e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-code').style.display = (document.getElementById('cakeErr67ee799f2958e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-context').style.display = (document.getElementById('cakeErr67ee799f2958e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2958e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2958e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-trace').style.display = (document.getElementById('cakeErr67ee799f29fad-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f29fad-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-code').style.display = (document.getElementById('cakeErr67ee799f29fad-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-context').style.display = (document.getElementById('cakeErr67ee799f29fad-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f29fad-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f29fad-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/30" class="name">ふ じ た に</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:26:32+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>執筆お疲れさまでした。<br />
銀鈴が同期とコオロギ賭博をやっているところまで読みました。<br />
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。</p>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<p>気になる点は、他の方とほとんどかぶってますね。</p>
<p>・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。<br />
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。</p>
<p>・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。</p>
<p>暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?<br />
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。<br />
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。</p>
<p>・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。<br />
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。</p>
<p>・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」</p>
<p> 他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。</p>
<p>「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。</p>
<p>でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。<br />
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?<br />
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。</p>
<p> あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。<br />
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。</p>
<p>あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。<br />
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。<br />
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。<br />
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。</p>
<p>色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。<br />
ではでは、失礼しました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-trace').style.display = (document.getElementById('cakeErr67ee799f2abd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f2abd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-code').style.display = (document.getElementById('cakeErr67ee799f2abd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-context').style.display = (document.getElementById('cakeErr67ee799f2abd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2abd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2abd3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-trace').style.display = (document.getElementById('cakeErr67ee799f2b65e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f2b65e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-code').style.display = (document.getElementById('cakeErr67ee799f2b65e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-context').style.display = (document.getElementById('cakeErr67ee799f2b65e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2b65e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2b65e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-trace').style.display = (document.getElementById('cakeErr67ee799f2c09b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2c09b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-code').style.display = (document.getElementById('cakeErr67ee799f2c09b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-context').style.display = (document.getElementById('cakeErr67ee799f2c09b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2c09b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2c09b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2130"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2130?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 7に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2130" value="2130"/> <input type="hidden" name="name" id="name" value="2130"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t9">
<h2>
<a href="/review/novels/show/2132" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 9)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-trace').style.display = (document.getElementById('cakeErr67ee799f2d26d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2d26d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-code').style.display = (document.getElementById('cakeErr67ee799f2d26d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-context').style.display = (document.getElementById('cakeErr67ee799f2d26d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2d26d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2d26d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-trace').style.display = (document.getElementById('cakeErr67ee799f2dc5b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f2dc5b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-code').style.display = (document.getElementById('cakeErr67ee799f2dc5b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-context').style.display = (document.getElementById('cakeErr67ee799f2dc5b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2dc5b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2dc5b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t7">No: 7の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T13:06:50+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >ふじたにかなめさん</p>
<p> ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。</p>
<p> この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。</p>
<p> 氷風扇は、「家電置き換えの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。</p>
<p> 建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。</p>
<p>「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。</p>
<p> ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。</p>
<p> コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。</p>
<p> 侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0173KMKNO/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0173KMKNO&linkCode=as2&tag=raitonoverusa-22&linkId=f79d5d674853836c68dc7214260b8181">プロット</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0173KMKNO" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。</p>
<p> 執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。</p>
<p> 推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-trace').style.display = (document.getElementById('cakeErr67ee799f2e796-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2e796-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-code').style.display = (document.getElementById('cakeErr67ee799f2e796-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-context').style.display = (document.getElementById('cakeErr67ee799f2e796-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2e796-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2e796-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2132"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2132?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 9に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2132" value="2132"/> <input type="hidden" name="name" id="name" value="2132"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t10">
<h2>
<a href="/review/novels/show/2133" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 10)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-trace').style.display = (document.getElementById('cakeErr67ee799f2f8d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2f8d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-code').style.display = (document.getElementById('cakeErr67ee799f2f8d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-context').style.display = (document.getElementById('cakeErr67ee799f2f8d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2f8d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2f8d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-trace').style.display = (document.getElementById('cakeErr67ee799f3021f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3021f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-code').style.display = (document.getElementById('cakeErr67ee799f3021f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-context').style.display = (document.getElementById('cakeErr67ee799f3021f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3021f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3021f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T14:06:12+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 質問追記です。</p>
<p> 読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p> そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( <a href="https://twitter.com/ranokenn/status/1557692892231176192">https://twitter.com/ranokenn/status/1557692892231176192</a> )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-trace').style.display = (document.getElementById('cakeErr67ee799f30cc1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f30cc1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-code').style.display = (document.getElementById('cakeErr67ee799f30cc1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-context').style.display = (document.getElementById('cakeErr67ee799f30cc1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f30cc1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f30cc1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2133"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2133?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 10に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2133" value="2133"/> <input type="hidden" name="name" id="name" value="2133"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t23">
<h2>
<a href="/review/novels/show/2149" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 23)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-trace').style.display = (document.getElementById('cakeErr67ee799f31db2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f31db2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-code').style.display = (document.getElementById('cakeErr67ee799f31db2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-context').style.display = (document.getElementById('cakeErr67ee799f31db2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f31db2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f31db2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-trace').style.display = (document.getElementById('cakeErr67ee799f32702-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f32702-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-code').style.display = (document.getElementById('cakeErr67ee799f32702-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-context').style.display = (document.getElementById('cakeErr67ee799f32702-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f32702-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f32702-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t10">No: 10の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:25:22+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> お世話になっております。大野です。<br />
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。<br />
<br />
迷惑をかけて申し訳ありません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-trace').style.display = (document.getElementById('cakeErr67ee799f3318e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3318e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-code').style.display = (document.getElementById('cakeErr67ee799f3318e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-context').style.display = (document.getElementById('cakeErr67ee799f3318e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3318e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3318e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2149"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2149?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 23に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2149" value="2149"/> <input type="hidden" name="name" id="name" value="2149"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t22">
<h2>
<a href="/review/novels/show/2148" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 22)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-trace').style.display = (document.getElementById('cakeErr67ee799f3427a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3427a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-code').style.display = (document.getElementById('cakeErr67ee799f3427a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-context').style.display = (document.getElementById('cakeErr67ee799f3427a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3427a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3427a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-trace').style.display = (document.getElementById('cakeErr67ee799f34d32-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f34d32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-code').style.display = (document.getElementById('cakeErr67ee799f34d32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-context').style.display = (document.getElementById('cakeErr67ee799f34d32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f34d32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f34d32-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:02:09+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> いつもお世話になっております。大野です。遅ればせながら読ませていただきました。<br />
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。<br />
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。</p>
<p> 先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。<br />
『漢字が多く、読みづらい』です。</p>
<p> 俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。<br />
恐らく、『中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0776PMYTV/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0776PMYTV&linkCode=as2&tag=raitonoverusa-22&linkId=09b66a27de2284924accc1506802eb13">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0776PMYTV" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />らしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。<br />
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。</p>
<p> 気になった点、いくつか読みながら羅列させていただきます。<br />
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?</p>
<p>2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。</p>
<p>3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?</p>
<p>4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。</p>
<p>5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。</p>
<p>6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?</p>
<p>7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?</p>
<p>8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。<br />
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。</p>
<p>9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?<br />
<br />
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。<br />
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)</p>
<p>11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。<br />
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。</p>
<p>12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?</p>
<p>13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?</p>
<p>14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。</p>
<p>15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=e3a57e5fb248d281c8eb631979d29872">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?</p>
<p>16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。<br />
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。</p>
<p> 総評は長くなるので『長所』の所にまとめます。<br />
質問への回答。<br />
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。<br />
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。<br />
3,地の文が単調すぎます。読みにくいのレベルじゃないです。<br />
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。<br />
5、香妃の設定に関しては別にご都合に感じません。<br />
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。<br />
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。<br />
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。<br />
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。<br />
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。<br />
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。<br />
12、そんなことを言われても。<br />
13、と言うか、ほぼ説明に感じました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-trace').style.display = (document.getElementById('cakeErr67ee799f35abd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f35abd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-code').style.display = (document.getElementById('cakeErr67ee799f35abd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-context').style.display = (document.getElementById('cakeErr67ee799f35abd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f35abd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f35abd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p> 長所コーナーですが、総評を書きます。</p>
<p> 正直に申し上げれば、『一般向けとしてはともかく、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。</p>
<p> <a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=2c206b253ac9192bdf7446bf45aec3e8">ライトノベル</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />と言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。<br />
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。</p>
<p> 設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。<br />
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。<br />
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。<br />
<br />
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。<br />
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。</p>
<p> 他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。</p>
<p> あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。<br />
まあ、時代にもよりますけどね。<br />
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。</p>
<p> 少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。</p>
<p> 後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。</p>
<p> 地の文について。<br />
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が<br />
①設定の説明か情景描写。或いはキャラの外見描写。<br />
②『誰が何をした(頑なに、全て過去形)』<br />
のどちらかです。<br />
まず、設定説明が多いのが問題です。キャラに関係のある物でも、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=56e70acbb0c7df52a67df87c29d98bd7">キャラクター</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。<br />
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。<br />
<br />
それから、書かれていないことについて。<br />
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。<br />
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。<br />
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?<br />
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。</p>
<p> あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。</p>
<p> 一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。<br />
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。</p>
<p> どこか、盛り上がる要素がありますか?<br />
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?<br />
<br />
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。</p>
<p> 以上。<br />
俺としても誠に遺憾なのですが、長所に対する記述はありません。<br />
物語としての没入性、盛り上がりが無く。<br />
感情移入する要素があまり感じられず。<br />
中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-trace').style.display = (document.getElementById('cakeErr67ee799f36706-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f36706-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-code').style.display = (document.getElementById('cakeErr67ee799f36706-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-context').style.display = (document.getElementById('cakeErr67ee799f36706-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f36706-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f36706-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-trace').style.display = (document.getElementById('cakeErr67ee799f371ac-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f371ac-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-code').style.display = (document.getElementById('cakeErr67ee799f371ac-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-context').style.display = (document.getElementById('cakeErr67ee799f371ac-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f371ac-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f371ac-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2148"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2148?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 22に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2148" value="2148"/> <input type="hidden" name="name" id="name" value="2148"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=ca0d37fe7eb09dfae16475f1d5e74e9d">物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=a96853ab027aeb8802d2837e7155f5d9"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01GI3E7TC&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t24">
<h2>
<a href="/review/novels/show/2150" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 24)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-trace').style.display = (document.getElementById('cakeErr67ee799f3841a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3841a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-code').style.display = (document.getElementById('cakeErr67ee799f3841a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-context').style.display = (document.getElementById('cakeErr67ee799f3841a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3841a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3841a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-trace').style.display = (document.getElementById('cakeErr67ee799f38d6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f38d6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-code').style.display = (document.getElementById('cakeErr67ee799f38d6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-context').style.display = (document.getElementById('cakeErr67ee799f38d6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f38d6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f38d6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T10:05:29+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。</p>
<p>また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-trace').style.display = (document.getElementById('cakeErr67ee799f397fc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f397fc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-code').style.display = (document.getElementById('cakeErr67ee799f397fc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-context').style.display = (document.getElementById('cakeErr67ee799f397fc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f397fc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f397fc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2150"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2150?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 24に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2150" value="2150"/> <input type="hidden" name="name" id="name" value="2150"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t25">
<h2>
<a href="/review/novels/show/2151" class="haiku">ご注意! <span class="small">(No: 25)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-trace').style.display = (document.getElementById('cakeErr67ee799f3a9c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3a9c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-code').style.display = (document.getElementById('cakeErr67ee799f3a9c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-context').style.display = (document.getElementById('cakeErr67ee799f3a9c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3a9c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3a9c2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-trace').style.display = (document.getElementById('cakeErr67ee799f3b393-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3b393-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-code').style.display = (document.getElementById('cakeErr67ee799f3b393-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-context').style.display = (document.getElementById('cakeErr67ee799f3b393-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3b393-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3b393-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T15:11:39+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>【ご注意!】<br />
・本作は、「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=9b1ee042ac0b0f1cb787d7163dc8172a">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。<br />
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。<br />
・ご感想は、このサイトの「ノベル道場」<a href="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)">https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)</a>のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。<br />
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。<br />
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-trace').style.display = (document.getElementById('cakeErr67ee799f3bee0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3bee0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-code').style.display = (document.getElementById('cakeErr67ee799f3bee0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-context').style.display = (document.getElementById('cakeErr67ee799f3bee0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3bee0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3bee0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2151"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2151?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 25に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2151" value="2151"/> <input type="hidden" name="name" id="name" value="2151"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t26">
<h2>
<a href="/review/novels/show/2183" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 26)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-trace').style.display = (document.getElementById('cakeErr67ee799f3ce42-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3ce42-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-code').style.display = (document.getElementById('cakeErr67ee799f3ce42-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-context').style.display = (document.getElementById('cakeErr67ee799f3ce42-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3ce42-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3ce42-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-trace').style.display = (document.getElementById('cakeErr67ee799f3d6d6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3d6d6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-code').style.display = (document.getElementById('cakeErr67ee799f3d6d6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-context').style.display = (document.getElementById('cakeErr67ee799f3d6d6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3d6d6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3d6d6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/137" class="name">あまくさ</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T14:30:50+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p>読了しましたので、感想を書かせていただきます。</p>
<p>文章は安定感があって読みやすかったです。<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=b29a0db6f7fcbbfb05786ec709a994b1">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の文章なら特に問題ないと感じます。<br />
中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。<br />
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。</p>
<p>全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。<br />
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。</p>
<p>次に、気になった点をいくつかあげてみます。</p>
<p>皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。</p>
<p>例えばですね。<br />
以下の案は説明のための一例で、お勧めするわけではないのですが。</p>
<p>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。<br />
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。<br />
こんな感じで<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=d199abcda7695de21c1e1f371c067ce7">ストーリー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />にメリハリをつけ、理由付けの補強にもなるかなと愚考しました。</p>
<p>気になったことの、その2。</p>
<p>序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。<br />
気になったというのは、書き方にもう一工夫有った方が良いかなということです。<br />
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。<br />
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。<br />
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。</p>
<p>気になったこと、その3。</p>
<p>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。<br />
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。</p>
<p>終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?</p>
<p>以下も私の妄想に近い案ではありますが。</p>
<p>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。</p>
<p>繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。</p>
<p>私からはこれくらいです。<br />
執筆、お疲れさまでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-trace').style.display = (document.getElementById('cakeErr67ee799f3e1ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f3e1ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-code').style.display = (document.getElementById('cakeErr67ee799f3e1ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-context').style.display = (document.getElementById('cakeErr67ee799f3e1ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e1ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3e1ba-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success"></span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-trace').style.display = (document.getElementById('cakeErr67ee799f3e86e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3e86e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-code').style.display = (document.getElementById('cakeErr67ee799f3e86e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-context').style.display = (document.getElementById('cakeErr67ee799f3e86e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e86e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3e86e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2183"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2183?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 26に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2183" value="2183"/> <input type="hidden" name="name" id="name" value="2183"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t27">
<h2>
<a href="/review/novels/show/2185" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 27)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-trace').style.display = (document.getElementById('cakeErr67ee799f3f3ef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3f3ef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-code').style.display = (document.getElementById('cakeErr67ee799f3f3ef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-context').style.display = (document.getElementById('cakeErr67ee799f3f3ef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3f3ef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3f3ef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-trace').style.display = (document.getElementById('cakeErr67ee799f3fa52-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3fa52-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-code').style.display = (document.getElementById('cakeErr67ee799f3fa52-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-context').style.display = (document.getElementById('cakeErr67ee799f3fa52-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3fa52-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3fa52-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:15:28+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> >あまくささん</p>
<p> ドラコンです。ご感想ありがとうございます。お待ちしておりました。</p>
<p> ご存じの事情で、創作意欲が減退しています。</p>
<p> >300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p> >ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。</p>
<p> このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。</p>
<p> ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。</p>
<p> >終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。</p>
<p> 確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。</p>
<p> ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。<br />
<br />
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
<br />
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。<br />
<br />
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。<br />
<br />
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。<br />
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。<br />
<br />
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-trace').style.display = (document.getElementById('cakeErr67ee799f40202-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f40202-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-code').style.display = (document.getElementById('cakeErr67ee799f40202-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-context').style.display = (document.getElementById('cakeErr67ee799f40202-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40202-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f40202-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2185"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2185?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 27に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2185" value="2185"/> <input type="hidden" name="name" id="name" value="2185"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t29">
<h2>
<a href="/review/novels/show/2192" class="haiku">感想返信追記です <span class="small">(No: 29)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-trace').style.display = (document.getElementById('cakeErr67ee799f40e82-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f40e82-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-code').style.display = (document.getElementById('cakeErr67ee799f40e82-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-context').style.display = (document.getElementById('cakeErr67ee799f40e82-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40e82-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f40e82-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-trace').style.display = (document.getElementById('cakeErr67ee799f416f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f416f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-code').style.display = (document.getElementById('cakeErr67ee799f416f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-context').style.display = (document.getElementById('cakeErr67ee799f416f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f416f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f416f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-20T21:32:39+09:00">2022年09月20日</time> </p>
<div class='truncate'>
<p> >あまくささん<br />
<br />
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。<br />
<br />
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
<br />
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。<br />
<br />
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。<br />
<br />
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。<br />
<br />
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。<br />
<br />
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。<br />
<br />
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?<br />
<br />
</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-trace').style.display = (document.getElementById('cakeErr67ee799f41fcb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f41fcb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-code').style.display = (document.getElementById('cakeErr67ee799f41fcb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-context').style.display = (document.getElementById('cakeErr67ee799f41fcb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f41fcb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f41fcb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2192"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2192?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 29に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2192" value="2192"/> <input type="hidden" name="name" id="name" value="2192"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t28">
<h2>
<a href="/review/novels/show/2186" class="haiku">この後のネタです <span class="small">(No: 28)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-trace').style.display = (document.getElementById('cakeErr67ee799f42b17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f42b17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-code').style.display = (document.getElementById('cakeErr67ee799f42b17-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-context').style.display = (document.getElementById('cakeErr67ee799f42b17-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f42b17-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f42b17-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-trace').style.display = (document.getElementById('cakeErr67ee799f4316b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f4316b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-code').style.display = (document.getElementById('cakeErr67ee799f4316b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-context').style.display = (document.getElementById('cakeErr67ee799f4316b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4316b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4316b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:19:14+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。</p>
<p> もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。</p>
<p>●香々の里帰り<br />
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。<br />
・忠元が香々に、香々の子孫の鉄道<a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=3bee5df577fc49d7801b41eab3772f93">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。</p>
<p>●香々の「鉄子(女性の鉄道マニア)」英才教育<br />
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。</p>
<p>●今後の舞台<br />
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-trace').style.display = (document.getElementById('cakeErr67ee799f4387b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4387b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-code').style.display = (document.getElementById('cakeErr67ee799f4387b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-context').style.display = (document.getElementById('cakeErr67ee799f4387b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4387b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4387b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2186"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2186?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 28に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2186" value="2186"/> <input type="hidden" name="name" id="name" value="2186"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t30">
<h2>
<a href="/review/novels/show/2193" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 30)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-trace').style.display = (document.getElementById('cakeErr67ee799f443aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f443aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-code').style.display = (document.getElementById('cakeErr67ee799f443aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-context').style.display = (document.getElementById('cakeErr67ee799f443aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f443aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f443aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-trace').style.display = (document.getElementById('cakeErr67ee799f449d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f449d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-code').style.display = (document.getElementById('cakeErr67ee799f449d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-context').style.display = (document.getElementById('cakeErr67ee799f449d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f449d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f449d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T05:46:34+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>他の方々の様な批評はとてもできませんが・・<br />
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。<br />
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。<br />
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。<br />
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。<br />
・茶番で裏がありそうな謎。<br />
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-trace').style.display = (document.getElementById('cakeErr67ee799f450c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f450c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-code').style.display = (document.getElementById('cakeErr67ee799f450c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-context').style.display = (document.getElementById('cakeErr67ee799f450c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f450c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f450c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>硬質な文体と意外と分かりやすい内容。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-trace').style.display = (document.getElementById('cakeErr67ee799f456f7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f456f7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-code').style.display = (document.getElementById('cakeErr67ee799f456f7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-context').style.display = (document.getElementById('cakeErr67ee799f456f7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f456f7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f456f7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-trace').style.display = (document.getElementById('cakeErr67ee799f45d07-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f45d07-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-code').style.display = (document.getElementById('cakeErr67ee799f45d07-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-context').style.display = (document.getElementById('cakeErr67ee799f45d07-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f45d07-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f45d07-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2193"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2193?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 30に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2193" value="2193"/> <input type="hidden" name="name" id="name" value="2193"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t31">
<h2>
<a href="/review/novels/show/2194" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 31)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-trace').style.display = (document.getElementById('cakeErr67ee799f4680c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f4680c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-code').style.display = (document.getElementById('cakeErr67ee799f4680c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-context').style.display = (document.getElementById('cakeErr67ee799f4680c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4680c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f4680c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-trace').style.display = (document.getElementById('cakeErr67ee799f46e1d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f46e1d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-code').style.display = (document.getElementById('cakeErr67ee799f46e1d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-context').style.display = (document.getElementById('cakeErr67ee799f46e1d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f46e1d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f46e1d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T06:00:59+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>後は<br />
・香々の存在。<br />
・幽霊調査の真相等でしょうか。<br />
短いですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-trace').style.display = (document.getElementById('cakeErr67ee799f474ea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f474ea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-code').style.display = (document.getElementById('cakeErr67ee799f474ea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-context').style.display = (document.getElementById('cakeErr67ee799f474ea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f474ea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f474ea-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2194"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2194?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 31に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2194" value="2194"/> <input type="hidden" name="name" id="name" value="2194"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t32">
<h2>
<a href="/review/novels/show/2195" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 32)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-trace').style.display = (document.getElementById('cakeErr67ee799f47ff2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f47ff2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-code').style.display = (document.getElementById('cakeErr67ee799f47ff2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-context').style.display = (document.getElementById('cakeErr67ee799f47ff2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f47ff2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f47ff2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-trace').style.display = (document.getElementById('cakeErr67ee799f48612-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f48612-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-code').style.display = (document.getElementById('cakeErr67ee799f48612-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-context').style.display = (document.getElementById('cakeErr67ee799f48612-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48612-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f48612-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T10:39:11+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>> 元々島の人さん</p>
<p>ドラコンです。ご感想ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-trace').style.display = (document.getElementById('cakeErr67ee799f48cd2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f48cd2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-code').style.display = (document.getElementById('cakeErr67ee799f48cd2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-context').style.display = (document.getElementById('cakeErr67ee799f48cd2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48cd2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f48cd2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2195"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2195?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 32に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2195" value="2195"/> <input type="hidden" name="name" id="name" value="2195"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t33">
<h2>
<a href="/review/novels/show/2207" class="haiku">pixiv投稿のお知らせ <span class="small">(No: 33)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-trace').style.display = (document.getElementById('cakeErr67ee799f497b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f497b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-code').style.display = (document.getElementById('cakeErr67ee799f497b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-context').style.display = (document.getElementById('cakeErr67ee799f497b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f497b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f497b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-trace').style.display = (document.getElementById('cakeErr67ee799f49dcf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f49dcf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-code').style.display = (document.getElementById('cakeErr67ee799f49dcf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-context').style.display = (document.getElementById('cakeErr67ee799f49dcf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f49dcf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f49dcf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-25T22:00:51+09:00">2022年09月25日</time> </p>
<div class='truncate'>
<p> 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。</p>
<p>『無邪気皇后銀鈴、茶番で投獄されるのこと』<br />
<a href="https://www.pixiv.net/novel/show.php?id=18420994">https://www.pixiv.net/novel/show.php?id=18420994</a></p>
<p>『銀鈴、都へ行く 急行列車と動物支障と家出娘』</p>
<p>(pixiv)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
<p>(ノベル道場)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-trace').style.display = (document.getElementById('cakeErr67ee799f4a4e0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4a4e0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-code').style.display = (document.getElementById('cakeErr67ee799f4a4e0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-context').style.display = (document.getElementById('cakeErr67ee799f4a4e0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4a4e0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4a4e0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2207"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2207?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 33に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2207" value="2207"/> <input type="hidden" name="name" id="name" value="2207"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-trace').style.display = (document.getElementById('cakeErr67ee799f4afb0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>376</b>]<div id="cakeErr67ee799f4afb0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-code').style.display = (document.getElementById('cakeErr67ee799f4afb0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-context').style.display = (document.getElementById('cakeErr67ee799f4afb0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4afb0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">2</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#myForm" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"btn btn-primary btn-block"</span><span style="color: #007700">><</span><span style="color: #0000BB">i </span><span style="color: #007700">class=</span><span style="color: #DD0000">"fa fa-arrow-down" </span><span style="color: #0000BB">aria</span><span style="color: #007700">-</span><span style="color: #0000BB">hidden</span><span style="color: #007700">=</span><span style="color: #DD0000">"true"</span><span style="color: #007700">></</span><span style="color: #0000BB">i</span><span style="color: #007700">></span><span style="color: #0000BB">この小説を批評する!</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr67ee799f4afb0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 376
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="url">小説投稿先URL</h3>
<br>
<span class="syou">(別タブが開きます)</span>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</article>
</div>
</div>
</article>
<aside id="koukou10">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<h2>他の批評依頼</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/31" class="haiku">冒険者だった</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/25" class="name">森山智仁</a> 返信数 : <span class="tenn">7</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-02-14T12:34:47+09:00">2018年02月14日</time> </p>
<div class='truncate'>
引退から始まるハイファンタジーです。大きな挫折を経験した人に共感してほしいと思って書きました。
キツい批評でも歓迎です。よろしくお...<a href="/review/novels/thread/31"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/31" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/31?excellent=created" class="btn btn-default" rel="nofollow">人気批評</a> <a href="/review/novels/thread/31?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://kakuyomu.jp/works/1177354054883862491" target="_blank">https://kakuyomu.jp/works/1177354054883862491</a> </p>
<p class="follow"><a href="https://www.raitonoveru.jp/cms2/2018/06/26/40538/"><i class="fa fa-arrow-circle-right"></i>おもしろい小説とは面白さを一言で説明できる物。ラノベ作家・浅岡旭さん</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1223" class="haiku">スク水の女の子が水没した世界でラジオ体操をする話【短編】</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/245" class="name">バリ</a> 返信数 : <span class="tenn">0</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2020-01-16T23:37:56+09:00">2020年01月16日</time> </p>
<div class='truncate'>
中2です。ラノベが書きたいです!一日でいろいろ調べてみて、短編から書くといいって書いてあったので書こうとしたんですけど、ジャンルが…...<a href="/review/novels/show/1223"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
たのもー!(ボコボコにしてください) </p>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n9663fy/" target="_blank">https://ncode.syosetu.com/n9663fy/</a> </p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1848" class="haiku">杖転生 〜少女に拾われた俺は、古代魔術で少女を超一流魔術師に育て上げ、この世界にリベンジを決意する〜</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/431" class="name">よるのとばり</a> 返信数 : <span class="tenn">3</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2021-05-05T04:06:50+09:00">2021年05月05日</time> </p>
<div class='truncate'>
処女作です。
誰かに批評されたくてここに来ました。
率直に良かった点や悪かった点等をぶった斬って頂けると嬉しいです。
<a href="/review/novels/thread/1848"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/1848" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/1848?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n0209gx/" target="_blank">https://ncode.syosetu.com/n0209gx/</a> </p>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside> </main>
<div>
<a href="/review/novels" id="home">トップページへ</a>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-trace').style.display = (document.getElementById('cakeErr67ee799f4c845-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>398</b>]<div id="cakeErr67ee799f4c845-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-code').style.display = (document.getElementById('cakeErr67ee799f4c845-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-context').style.display = (document.getElementById('cakeErr67ee799f4c845-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4c845-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'add_rs'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$novel</span><span style="color: #007700">,</span><span style="color: #DD0000">'id'</span><span style="color: #007700">=></span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">,</span><span style="color: #DD0000">'rs'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'quotation'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'review'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">)]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"Ptop"</span><span style="color: #007700">></span><span style="color: #0000BB">ページの先頭へ</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4c845-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/review/novels/addSequel/2107%EF%BC%89?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-trace').style.display = (document.getElementById('cakeErr67ee799f4d1c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d1c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-code').style.display = (document.getElementById('cakeErr67ee799f4d1c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-context').style.display = (document.getElementById('cakeErr67ee799f4d1c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d1c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d1c1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-trace').style.display = (document.getElementById('cakeErr67ee799f4d773-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d773-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-code').style.display = (document.getElementById('cakeErr67ee799f4d773-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-context').style.display = (document.getElementById('cakeErr67ee799f4d773-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d773-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d773-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre>タイトル: 投稿者: </p>
<div class="readmore"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-trace').style.display = (document.getElementById('cakeErr67ee799f4dcf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>576</b>]<div id="cakeErr67ee799f4dcf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-code').style.display = (document.getElementById('cakeErr67ee799f4dcf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-context').style.display = (document.getElementById('cakeErr67ee799f4dcf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4dcf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">p</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"readmore"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></div> </span></code></span>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f4dcf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 576
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre></div>
<div class="form-group textarea required"><label class="control-label" for="comment">コメント</label><textarea name="comment" required="required" id="comment" class="form-control" rows="5"></textarea></div> <span class="help-block">コメントは4500文字以内。</span>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-trace').style.display = (document.getElementById('cakeErr67ee799f4f15c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>585</b>]<div id="cakeErr67ee799f4f15c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-code').style.display = (document.getElementById('cakeErr67ee799f4f15c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-context').style.display = (document.getElementById('cakeErr67ee799f4f15c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4f15c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">input</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'type'</span><span style="color: #007700">=></span><span style="color: #DD0000">'text'</span><span style="color: #007700">,</span><span style="color: #DD0000">'label' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'タイトル'</span><span style="color: #007700">,</span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">'の返信'</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4f15c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 585
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><div class="form-group text required"><label class="control-label" for="title">タイトル</label><input type="text" name="title" required="required" maxlength="255" id="title" class="form-control" value="の返信"/></div>
<div class="form-group text required"><label class="control-label" for="name">お名前</label><input type="text" name="name" required="required" placeholder="例)山田太郎" id="name" class="form-control"/></div> <div class="form-group email required"><label class="control-label" for="email">メールアドレス</label><input type="email" name="email" required="required" placeholder="例)●●@gmail.com" id="email" class="form-control"/></div> <div class="g-recaptcha" data-callback="clearcall" data-sitekey="6LdVWhUUAAAAAFZGtxjtAGAqeVMi5nrAdQw8I9wH"></div>
<p id="cllearcal" class="help-block">「私はロボットではありません」にチェックを入れてください。</p>
</fieldset>
<button class="btn btn-default btn-lg btn-block" id="submit" disabled="disabled" type="submit">書き込みする!</button></form>
<a href="#" id="Ptop">ページの先頭へ</a>
</div>
<section>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/search"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form><h2>▼投稿者の検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/name"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form> </section>
</div>
<div class="col-sm-3 sidebar">
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=e53baf2c7c90295521c9bd9c0a5e1f12">「感情」から書く脚本術</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=52d7b2f6bb2885dd8a86f2b8fd99390a"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B073W2Y359&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=eab3d9c5c5ea7ee4b7eca446f0b31c5c"><3冊合本>面白いストーリーの作り方+物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=8bf4cdd0bdcb990cc8308935e6fe0a05"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01M24PXV7&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p> <aside>
<ul class="latest2 hidden-xs">
<li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ(運営元)</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/review/img/QR_Code_1518225431.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>ノベル道場/小説の批評をし合おう!の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/review/novels/howto">ノベル道場/小説の批評をし合おう!の使い方</a> <li><a href="/review/novels/privacypolicy">プライバシーポリシー・免責事項</a> <li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/review/novels">トップページへ戻る</a> <li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/review/novels">ノベル道場/小説の批評をし合おう!</a> </footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/review/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/review/js/reCAPTCHA.js"></script><script src="/review/js/scroll.js"></script><script src="/review/js/comment.js"></script><script src="/review/js/line.js"></script><script src="/review/js/CharacterSize.js"></script><script src="/review/js/accordion2.js"></script><script src="/review/js/accordion.js"></script><script src="/review/js/generator.js"></script><!-- javaScriptの切り替え -->
<script src="/review/js/accordion4.js"></script> <script src="/review/js/main2.js"></script></body>
</html>
'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 181 ]Code Context $value
), $first );
$first = false ;
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104388191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-104388191-1');
</script>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!</title>
<link href="/review/favicon.ico" type="image/x-icon" rel="icon"/><link href="/review/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <meta content="創作,作家,作家志望,ライトノベル,文芸" name="keywords"/>
<meta name="description"/> <meta/> <meta property="og:title" content="「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://weblike-tennsaku.ssl-lolipop.jp/review/img/b26d6b6a13880f74746b57bbcf9e78c1_m.jpg">
<meta property="og:site_name" content="ノベル道場/小説の批評をし合おう!">
<meta property="og:url" content="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107%EF%BC%89">
<!-- フェイスブックのID -->
<meta property="fb:app_id" content="1574505692591070">
<!-- Twitterカード -->
<meta name="twitter:site" content="@ranokenn">
<meta name="twitter:card" content="summary">
<!-- リセットCSS -->
<style>
@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}/ change colours to suit your needs / ins{background-color:#ff9;color:#000;text-decoration:none}/ change colours to suit your needs / mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
fieldset{border:0}fieldset legend{border-bottom:2px solid #1798a5;width:100%;line-height:1.3em;padding-top:1em}.form button[type="submit"]{text-transform:uppercase;box-shadow:none}button:after{content:"";clear:both;display:block}div.message{text-align:center;cursor:pointer;display:block;font-weight:400;padding:0 1.5rem;transition:height .3s ease-out 0;background-color:#a0d3e8;color:#626262;top:15px;right:15px;z-index:1;overflow:hidden;height:50px;line-height:2.5em;box-radius:5px}div.message:before{line-height:0;font-size:20px;height:9pt;width:9pt;border-radius:15px;text-align:center;vertical-align:middle;display:inline-block;position:relative;left:-11px;background-color:#fff;padding:9pt 14px 9pt 10px;content:"i";color:#a0d3e8}div.message.error{background-color:#c3232d;color:#fff}div.message.error:before{padding:11px 1pc 14px 7px;color:#c3232d;content:"x"}div.message.hidden{height:0}.form .error-message{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;color:rgba(0,0,0,.54)}.required>label{font-weight:700}.required>label:after{content:'(必須)';color:#c3232d}.error label,.error label.error{color:#c3232d}
</style>
<!-- bootstrap framework -->
<link rel="stylesheet" href="/review/honoka/css/bootstrap.min.css"/>
<link rel="stylesheet" href="/review/css/style2.css"/>
<!-- Googleのスマホ広告タグ -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7538546940315247",
enable_page_level_ads: true
});
</script>
</head>
<body>
<header>
<div class="header-contents">
<p><a href="/review/novels">ノベル道場/小説の批評をし合おう!</a></p>
</div>
</header>
<div class="clearfix">
<aside id="navtouku">
<div id="navtop">
<ul>
<li>
<a href="/review/novels/add"><i class="fa fa-pencil" aria-hidden="true"></i> 質問、相談する</a> <li><a href="#myForm"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>返信を書く</a>
</ul>
</div>
</aside>
<aside id="koukou2">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 掲示板・上部。 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="8933800360"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> </aside>
<div class="main-wrapper container-fluid">
<div class="row">
<div class="col-sm-9">
<main>
<article>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item" id="t1">
<div class ="accordion2">
<p id='h2'>返信一覧の表示</p>
<nav id='rslist' class ="accordion2 nondisplay">
<ul class ="nav">
<li class ="syou"><a href="#t2">No:2 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-trace').style.display = (document.getElementById('cakeErr67ee799ee183b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee183b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-code').style.display = (document.getElementById('cakeErr67ee799ee183b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee183b-context').style.display = (document.getElementById('cakeErr67ee799ee183b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee183b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee183b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-trace').style.display = (document.getElementById('cakeErr67ee799ee1ea9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee1ea9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-code').style.display = (document.getElementById('cakeErr67ee799ee1ea9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee1ea9-context').style.display = (document.getElementById('cakeErr67ee799ee1ea9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee1ea9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee1ea9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t3">No:3 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-trace').style.display = (document.getElementById('cakeErr67ee799ee2894-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee2894-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-code').style.display = (document.getElementById('cakeErr67ee799ee2894-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2894-context').style.display = (document.getElementById('cakeErr67ee799ee2894-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2894-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee2894-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-trace').style.display = (document.getElementById('cakeErr67ee799ee2ead-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee2ead-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-code').style.display = (document.getElementById('cakeErr67ee799ee2ead-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee2ead-context').style.display = (document.getElementById('cakeErr67ee799ee2ead-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee2ead-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee2ead-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t4">No:4 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-trace').style.display = (document.getElementById('cakeErr67ee799ee34f3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee34f3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-code').style.display = (document.getElementById('cakeErr67ee799ee34f3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee34f3-context').style.display = (document.getElementById('cakeErr67ee799ee34f3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee34f3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee34f3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-trace').style.display = (document.getElementById('cakeErr67ee799ee3ad9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee3ad9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-code').style.display = (document.getElementById('cakeErr67ee799ee3ad9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee3ad9-context').style.display = (document.getElementById('cakeErr67ee799ee3ad9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee3ad9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee3ad9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t5">No:5 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-trace').style.display = (document.getElementById('cakeErr67ee799ee4108-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4108-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-code').style.display = (document.getElementById('cakeErr67ee799ee4108-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4108-context').style.display = (document.getElementById('cakeErr67ee799ee4108-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4108-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4108-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-trace').style.display = (document.getElementById('cakeErr67ee799ee4767-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee4767-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-code').style.display = (document.getElementById('cakeErr67ee799ee4767-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4767-context').style.display = (document.getElementById('cakeErr67ee799ee4767-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4767-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee4767-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t6">No:6 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-trace').style.display = (document.getElementById('cakeErr67ee799ee4dc0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee4dc0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-code').style.display = (document.getElementById('cakeErr67ee799ee4dc0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee4dc0-context').style.display = (document.getElementById('cakeErr67ee799ee4dc0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee4dc0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee4dc0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-trace').style.display = (document.getElementById('cakeErr67ee799ee53bf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee53bf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-code').style.display = (document.getElementById('cakeErr67ee799ee53bf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee53bf-context').style.display = (document.getElementById('cakeErr67ee799ee53bf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee53bf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee53bf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t8">No:8 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-trace').style.display = (document.getElementById('cakeErr67ee799ee59f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee59f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-code').style.display = (document.getElementById('cakeErr67ee799ee59f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee59f5-context').style.display = (document.getElementById('cakeErr67ee799ee59f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee59f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee59f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-trace').style.display = (document.getElementById('cakeErr67ee799ee5fff-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee5fff-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-code').style.display = (document.getElementById('cakeErr67ee799ee5fff-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee5fff-context').style.display = (document.getElementById('cakeErr67ee799ee5fff-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee5fff-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee5fff-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t11">No:11 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-trace').style.display = (document.getElementById('cakeErr67ee799ee6625-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee6625-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-code').style.display = (document.getElementById('cakeErr67ee799ee6625-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6625-context').style.display = (document.getElementById('cakeErr67ee799ee6625-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6625-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee6625-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-trace').style.display = (document.getElementById('cakeErr67ee799ee6c6f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee6c6f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-code').style.display = (document.getElementById('cakeErr67ee799ee6c6f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee6c6f-context').style.display = (document.getElementById('cakeErr67ee799ee6c6f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee6c6f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee6c6f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t12">No:12 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-trace').style.display = (document.getElementById('cakeErr67ee799ee72c8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee72c8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-code').style.display = (document.getElementById('cakeErr67ee799ee72c8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee72c8-context').style.display = (document.getElementById('cakeErr67ee799ee72c8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee72c8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee72c8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-trace').style.display = (document.getElementById('cakeErr67ee799ee78b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee78b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-code').style.display = (document.getElementById('cakeErr67ee799ee78b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee78b5-context').style.display = (document.getElementById('cakeErr67ee799ee78b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee78b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee78b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t13">No:13 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-trace').style.display = (document.getElementById('cakeErr67ee799ee7edb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee7edb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-code').style.display = (document.getElementById('cakeErr67ee799ee7edb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee7edb-context').style.display = (document.getElementById('cakeErr67ee799ee7edb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee7edb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee7edb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-trace').style.display = (document.getElementById('cakeErr67ee799ee852f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee852f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-code').style.display = (document.getElementById('cakeErr67ee799ee852f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee852f-context').style.display = (document.getElementById('cakeErr67ee799ee852f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee852f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee852f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t14">No:14 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-trace').style.display = (document.getElementById('cakeErr67ee799ee8bc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee8bc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-code').style.display = (document.getElementById('cakeErr67ee799ee8bc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee8bc5-context').style.display = (document.getElementById('cakeErr67ee799ee8bc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee8bc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee8bc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-trace').style.display = (document.getElementById('cakeErr67ee799ee91aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee91aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-code').style.display = (document.getElementById('cakeErr67ee799ee91aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee91aa-context').style.display = (document.getElementById('cakeErr67ee799ee91aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee91aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee91aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記 </a>
<li class ="syou"><a href="#t15">No:15 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-trace').style.display = (document.getElementById('cakeErr67ee799ee97b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ee97b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-code').style.display = (document.getElementById('cakeErr67ee799ee97b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee97b6-context').style.display = (document.getElementById('cakeErr67ee799ee97b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee97b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ee97b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-trace').style.display = (document.getElementById('cakeErr67ee799ee9dab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ee9dab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-code').style.display = (document.getElementById('cakeErr67ee799ee9dab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ee9dab-context').style.display = (document.getElementById('cakeErr67ee799ee9dab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ee9dab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ee9dab-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信 </a>
<li class ="syou"><a href="#t16">No:16 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-trace').style.display = (document.getElementById('cakeErr67ee799eea3dd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eea3dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-code').style.display = (document.getElementById('cakeErr67ee799eea3dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea3dd-context').style.display = (document.getElementById('cakeErr67ee799eea3dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea3dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eea3dd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-trace').style.display = (document.getElementById('cakeErr67ee799eea9d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eea9d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-code').style.display = (document.getElementById('cakeErr67ee799eea9d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eea9d5-context').style.display = (document.getElementById('cakeErr67ee799eea9d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eea9d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eea9d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信 </a>
<li class ="syou"><a href="#t17">No:17 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-trace').style.display = (document.getElementById('cakeErr67ee799eeb001-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeb001-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-code').style.display = (document.getElementById('cakeErr67ee799eeb001-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb001-context').style.display = (document.getElementById('cakeErr67ee799eeb001-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb001-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeb001-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-trace').style.display = (document.getElementById('cakeErr67ee799eeb624-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeb624-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-code').style.display = (document.getElementById('cakeErr67ee799eeb624-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeb624-context').style.display = (document.getElementById('cakeErr67ee799eeb624-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeb624-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeb624-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信 </a>
<li class ="syou"><a href="#t18">No:18 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-trace').style.display = (document.getElementById('cakeErr67ee799eebc49-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eebc49-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-code').style.display = (document.getElementById('cakeErr67ee799eebc49-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eebc49-context').style.display = (document.getElementById('cakeErr67ee799eebc49-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eebc49-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eebc49-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-trace').style.display = (document.getElementById('cakeErr67ee799eec275-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eec275-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-code').style.display = (document.getElementById('cakeErr67ee799eec275-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec275-context').style.display = (document.getElementById('cakeErr67ee799eec275-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec275-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eec275-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t19">No:19 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-trace').style.display = (document.getElementById('cakeErr67ee799eec8d5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eec8d5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-code').style.display = (document.getElementById('cakeErr67ee799eec8d5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eec8d5-context').style.display = (document.getElementById('cakeErr67ee799eec8d5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eec8d5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eec8d5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-trace').style.display = (document.getElementById('cakeErr67ee799eeced3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eeced3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-code').style.display = (document.getElementById('cakeErr67ee799eeced3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeced3-context').style.display = (document.getElementById('cakeErr67ee799eeced3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeced3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eeced3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返信 </a>
<li class ="syou"><a href="#t20">No:20 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-trace').style.display = (document.getElementById('cakeErr67ee799eed504-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eed504-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-code').style.display = (document.getElementById('cakeErr67ee799eed504-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eed504-context').style.display = (document.getElementById('cakeErr67ee799eed504-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eed504-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eed504-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-trace').style.display = (document.getElementById('cakeErr67ee799eedaf8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eedaf8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-code').style.display = (document.getElementById('cakeErr67ee799eedaf8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eedaf8-context').style.display = (document.getElementById('cakeErr67ee799eedaf8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eedaf8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eedaf8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
読むせん/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t21">No:21 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-trace').style.display = (document.getElementById('cakeErr67ee799eee115-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eee115-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-code').style.display = (document.getElementById('cakeErr67ee799eee115-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee115-context').style.display = (document.getElementById('cakeErr67ee799eee115-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee115-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eee115-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-trace').style.display = (document.getElementById('cakeErr67ee799eee70a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eee70a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-code').style.display = (document.getElementById('cakeErr67ee799eee70a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eee70a-context').style.display = (document.getElementById('cakeErr67ee799eee70a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eee70a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eee70a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/訂正・追記の返信の返信の返信の返信の返… </a>
<li class ="syou"><a href="#t7">No:7 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-trace').style.display = (document.getElementById('cakeErr67ee799eeed2b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eeed2b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-code').style.display = (document.getElementById('cakeErr67ee799eeed2b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eeed2b-context').style.display = (document.getElementById('cakeErr67ee799eeed2b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eeed2b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eeed2b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-trace').style.display = (document.getElementById('cakeErr67ee799eef59f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799eef59f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-code').style.display = (document.getElementById('cakeErr67ee799eef59f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eef59f-context').style.display = (document.getElementById('cakeErr67ee799eef59f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eef59f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799eef59f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ふ じ た に/寿国演義 無邪気皇后銀鈴、茶番で… </a>
<li class ="syou"><a href="#t9">No:9 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-trace').style.display = (document.getElementById('cakeErr67ee799eefbe6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799eefbe6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-code').style.display = (document.getElementById('cakeErr67ee799eefbe6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799eefbe6-context').style.display = (document.getElementById('cakeErr67ee799eefbe6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799eefbe6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799eefbe6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-trace').style.display = (document.getElementById('cakeErr67ee799ef01d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef01d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-code').style.display = (document.getElementById('cakeErr67ee799ef01d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef01d7-context').style.display = (document.getElementById('cakeErr67ee799ef01d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef01d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef01d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t10">No:10 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-trace').style.display = (document.getElementById('cakeErr67ee799ef080d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef080d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-code').style.display = (document.getElementById('cakeErr67ee799ef080d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef080d-context').style.display = (document.getElementById('cakeErr67ee799ef080d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef080d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef080d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-trace').style.display = (document.getElementById('cakeErr67ee799ef0dee-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef0dee-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-code').style.display = (document.getElementById('cakeErr67ee799ef0dee-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef0dee-context').style.display = (document.getElementById('cakeErr67ee799ef0dee-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef0dee-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef0dee-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t23">No:23 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-trace').style.display = (document.getElementById('cakeErr67ee799ef140a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef140a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-code').style.display = (document.getElementById('cakeErr67ee799ef140a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef140a-context').style.display = (document.getElementById('cakeErr67ee799ef140a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef140a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef140a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-trace').style.display = (document.getElementById('cakeErr67ee799ef19dc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef19dc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-code').style.display = (document.getElementById('cakeErr67ee799ef19dc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef19dc-context').style.display = (document.getElementById('cakeErr67ee799ef19dc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef19dc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef19dc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t22">No:22 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-trace').style.display = (document.getElementById('cakeErr67ee799ef1fef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef1fef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-code').style.display = (document.getElementById('cakeErr67ee799ef1fef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef1fef-context').style.display = (document.getElementById('cakeErr67ee799ef1fef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef1fef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef1fef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-trace').style.display = (document.getElementById('cakeErr67ee799ef26b6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef26b6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-code').style.display = (document.getElementById('cakeErr67ee799ef26b6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef26b6-context').style.display = (document.getElementById('cakeErr67ee799ef26b6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef26b6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef26b6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t24">No:24 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-trace').style.display = (document.getElementById('cakeErr67ee799ef2d91-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef2d91-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-code').style.display = (document.getElementById('cakeErr67ee799ef2d91-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef2d91-context').style.display = (document.getElementById('cakeErr67ee799ef2d91-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef2d91-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef2d91-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-trace').style.display = (document.getElementById('cakeErr67ee799ef338b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef338b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-code').style.display = (document.getElementById('cakeErr67ee799ef338b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef338b-context').style.display = (document.getElementById('cakeErr67ee799ef338b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef338b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef338b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t25">No:25 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-trace').style.display = (document.getElementById('cakeErr67ee799ef3998-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799ef3998-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-code').style.display = (document.getElementById('cakeErr67ee799ef3998-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3998-context').style.display = (document.getElementById('cakeErr67ee799ef3998-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3998-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799ef3998-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-trace').style.display = (document.getElementById('cakeErr67ee799ef3f97-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799ef3f97-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-code').style.display = (document.getElementById('cakeErr67ee799ef3f97-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799ef3f97-context').style.display = (document.getElementById('cakeErr67ee799ef3f97-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799ef3f97-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799ef3f97-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/ご注意! </a>
<li class ="syou"><a href="#t26">No:26 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-trace').style.display = (document.getElementById('cakeErr67ee799f00356-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f00356-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-code').style.display = (document.getElementById('cakeErr67ee799f00356-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f00356-context').style.display = (document.getElementById('cakeErr67ee799f00356-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f00356-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f00356-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-trace').style.display = (document.getElementById('cakeErr67ee799f009a4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f009a4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-code').style.display = (document.getElementById('cakeErr67ee799f009a4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f009a4-context').style.display = (document.getElementById('cakeErr67ee799f009a4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f009a4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f009a4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
あまくさ/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t27">No:27 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-trace').style.display = (document.getElementById('cakeErr67ee799f01019-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01019-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-code').style.display = (document.getElementById('cakeErr67ee799f01019-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01019-context').style.display = (document.getElementById('cakeErr67ee799f01019-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01019-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01019-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-trace').style.display = (document.getElementById('cakeErr67ee799f01631-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f01631-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-code').style.display = (document.getElementById('cakeErr67ee799f01631-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01631-context').style.display = (document.getElementById('cakeErr67ee799f01631-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01631-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f01631-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t29">No:29 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-trace').style.display = (document.getElementById('cakeErr67ee799f01c8b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f01c8b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-code').style.display = (document.getElementById('cakeErr67ee799f01c8b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f01c8b-context').style.display = (document.getElementById('cakeErr67ee799f01c8b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f01c8b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f01c8b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-trace').style.display = (document.getElementById('cakeErr67ee799f02285-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02285-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-code').style.display = (document.getElementById('cakeErr67ee799f02285-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02285-context').style.display = (document.getElementById('cakeErr67ee799f02285-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02285-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02285-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/感想返信追記です </a>
<li class ="syou"><a href="#t28">No:28 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-trace').style.display = (document.getElementById('cakeErr67ee799f0289f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f0289f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-code').style.display = (document.getElementById('cakeErr67ee799f0289f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0289f-context').style.display = (document.getElementById('cakeErr67ee799f0289f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0289f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f0289f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-trace').style.display = (document.getElementById('cakeErr67ee799f02ec8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f02ec8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-code').style.display = (document.getElementById('cakeErr67ee799f02ec8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f02ec8-context').style.display = (document.getElementById('cakeErr67ee799f02ec8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f02ec8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f02ec8-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/この後のネタです </a>
<li class ="syou"><a href="#t30">No:30 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-trace').style.display = (document.getElementById('cakeErr67ee799f034cc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f034cc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-code').style.display = (document.getElementById('cakeErr67ee799f034cc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f034cc-context').style.display = (document.getElementById('cakeErr67ee799f034cc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f034cc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f034cc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-trace').style.display = (document.getElementById('cakeErr67ee799f03abe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f03abe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-code').style.display = (document.getElementById('cakeErr67ee799f03abe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f03abe-context').style.display = (document.getElementById('cakeErr67ee799f03abe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f03abe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f03abe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t31">No:31 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-trace').style.display = (document.getElementById('cakeErr67ee799f040bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f040bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-code').style.display = (document.getElementById('cakeErr67ee799f040bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f040bb-context').style.display = (document.getElementById('cakeErr67ee799f040bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f040bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f040bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-trace').style.display = (document.getElementById('cakeErr67ee799f046d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f046d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-code').style.display = (document.getElementById('cakeErr67ee799f046d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f046d4-context').style.display = (document.getElementById('cakeErr67ee799f046d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f046d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f046d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄… </a>
<li class ="syou"><a href="#t32">No:32 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-trace').style.display = (document.getElementById('cakeErr67ee799f04cc5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f04cc5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-code').style.display = (document.getElementById('cakeErr67ee799f04cc5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f04cc5-context').style.display = (document.getElementById('cakeErr67ee799f04cc5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f04cc5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f04cc5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-trace').style.display = (document.getElementById('cakeErr67ee799f052ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f052ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-code').style.display = (document.getElementById('cakeErr67ee799f052ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f052ae-context').style.display = (document.getElementById('cakeErr67ee799f052ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f052ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f052ae-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ… </a>
<li class ="syou"><a href="#t33">No:33 <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-trace').style.display = (document.getElementById('cakeErr67ee799f058a0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>56</b>]<div id="cakeErr67ee799f058a0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-code').style.display = (document.getElementById('cakeErr67ee799f058a0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f058a0-context').style.display = (document.getElementById('cakeErr67ee799f058a0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f058a0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">li </span><span style="color: #007700">class =</span><span style="color: #DD0000">"syou"</span><span style="color: #007700">><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span><span style="color: #0000BB">No</span><span style="color: #007700">:<?=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'no'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者:</span></span></code></pre><pre id="cakeErr67ee799f058a0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-trace').style.display = (document.getElementById('cakeErr67ee799f05e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>59</b>]<div id="cakeErr67ee799f05e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-code').style.display = (document.getElementById('cakeErr67ee799f05e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f05e90-context').style.display = (document.getElementById('cakeErr67ee799f05e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f05e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> スレ主:</span></span></code></pre><pre id="cakeErr67ee799f05e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
ドラコン/pixiv投稿のお知らせ </a>
</ul>
</nav>
</div>
<h1>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-trace').style.display = (document.getElementById('cakeErr67ee799f06469-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>78</b>]<div id="cakeErr67ee799f06469-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-code').style.display = (document.getElementById('cakeErr67ee799f06469-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06469-context').style.display = (document.getElementById('cakeErr67ee799f06469-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06469-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) .</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'<span class="small"> (No: '</span></span></code></pre><pre id="cakeErr67ee799f06469-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 78
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-trace').style.display = (document.getElementById('cakeErr67ee799f06e6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>81</b>]<div id="cakeErr67ee799f06e6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-code').style.display = (document.getElementById('cakeErr67ee799f06e6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f06e6a-context').style.display = (document.getElementById('cakeErr67ee799f06e6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f06e6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Number</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">no</span><span style="color: #007700">).</span><span style="color: #DD0000">')</span> '</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f06e6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 81
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-trace').style.display = (document.getElementById('cakeErr67ee799f0761a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>83</b>]<div id="cakeErr67ee799f0761a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-code').style.display = (document.getElementById('cakeErr67ee799f0761a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0761a-context').style.display = (document.getElementById('cakeErr67ee799f0761a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0761a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">, [</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'show'</span><span style="color: #007700">, </span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">id</span><span style="color: #007700">],[</span><span style="color: #DD0000">'class' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'haiku'</span><span style="color: #007700">,</span><span style="color: #DD0000">'escape' </span><span style="color: #007700">=> </span><span style="color: #0000BB">false</span><span style="color: #007700">])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f0761a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 83
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/show" class="haiku"><span class="small"> (No: 0)</span> </a> </h1>
<p class="comment2"><span class="line">
<span class="rs">スレ主</span>
<span id="generatorName"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-trace').style.display = (document.getElementById('cakeErr67ee799f07c8d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f07c8d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-code').style.display = (document.getElementById('cakeErr67ee799f07c8d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f07c8d-context').style.display = (document.getElementById('cakeErr67ee799f07c8d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f07c8d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f07c8d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-trace').style.display = (document.getElementById('cakeErr67ee799f08284-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>90</b>]<div id="cakeErr67ee799f08284-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-code').style.display = (document.getElementById('cakeErr67ee799f08284-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08284-context').style.display = (document.getElementById('cakeErr67ee799f08284-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08284-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span id</span><span style="color: #007700">=</span><span style="color: #DD0000">"generatorName"</span><span style="color: #007700">><?= </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">], [</span><span style="color: #DD0000">'controller' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'novels'</span><span style="color: #007700">,</span><span style="color: #DD0000">'action' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'person'</span><span style="color: #007700">,</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)])</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f08284-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><a href="/review/novels/person"></a></span>
<span class="linechildren">
投稿日時:
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-trace').style.display = (document.getElementById('cakeErr67ee799f08b4b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>96</b>]<div id="cakeErr67ee799f08b4b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-code').style.display = (document.getElementById('cakeErr67ee799f08b4b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f08b4b-context').style.display = (document.getElementById('cakeErr67ee799f08b4b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f08b4b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">tag</span><span style="color: #007700">(</span><span style="color: #DD0000">'time'</span><span style="color: #007700">,</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></pre><pre id="cakeErr67ee799f08b4b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 96
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-trace').style.display = (document.getElementById('cakeErr67ee799f09178-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>97</b>]<div id="cakeErr67ee799f09178-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-code').style.display = (document.getElementById('cakeErr67ee799f09178-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09178-context').style.display = (document.getElementById('cakeErr67ee799f09178-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09178-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">format</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]), </span><span style="color: #DD0000">'yyyy年MM月dd日'</span><span style="color: #007700">)),</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">[</span><span style="color: #DD0000">'datetime'</span><span style="color: #007700">=></span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Time</span><span style="color: #007700">-></span><span style="color: #0000BB">toAtom</span><span style="color: #007700">(</span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">novels</span><span style="color: #007700">[</span><span style="color: #DD0000">'created'</span><span style="color: #007700">]))],</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> true</span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f09178-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 97
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre><time datetime="2025-04-03T21:05:51+09:00"></time>
</span>
</span>
</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-trace').style.display = (document.getElementById('cakeErr67ee799f09873-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>104</b>]<div id="cakeErr67ee799f09873-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-code').style.display = (document.getElementById('cakeErr67ee799f09873-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f09873-context').style.display = (document.getElementById('cakeErr67ee799f09873-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f09873-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre><pre id="cakeErr67ee799f09873-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 104
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
</p>
<div class='truncate2'>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-trace').style.display = (document.getElementById('cakeErr67ee799f0a0ed-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>115</b>]<div id="cakeErr67ee799f0a0ed-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-code').style.display = (document.getElementById('cakeErr67ee799f0a0ed-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a0ed-context').style.display = (document.getElementById('cakeErr67ee799f0a0ed-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a0ed-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">'truncate2'</span><span style="color: #007700">> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0a0ed-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 115
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> </div>
<p class="comment2 kyoutyou">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-trace').style.display = (document.getElementById('cakeErr67ee799f0a712-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>132</b>]<div id="cakeErr67ee799f0a712-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-code').style.display = (document.getElementById('cakeErr67ee799f0a712-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0a712-context').style.display = (document.getElementById('cakeErr67ee799f0a712-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0a712-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'要望:'</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">. </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'category'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0a712-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 132
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>要望:長所を教えてください! </p>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</div>
<article class="list-group-item" id="t2">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-trace').style.display = (document.getElementById('cakeErr67ee799f0ade5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>151</b>]<div id="cakeErr67ee799f0ade5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-code').style.display = (document.getElementById('cakeErr67ee799f0ade5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0ade5-context').style.display = (document.getElementById('cakeErr67ee799f0ade5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0ade5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">article </span><span style="color: #007700">class=</span><span style="color: #DD0000">"list-group-item" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"t<?=intval(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels']['no'])?>"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0ade5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 151
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<h2>
<a href="/review/novels/show/2114" class="haiku">人気批評!寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評<span class="small"> (No: 2)</span></a> </h2>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-trace').style.display = (document.getElementById('cakeErr67ee799f0b4a7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>164</b>]<div id="cakeErr67ee799f0b4a7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-code').style.display = (document.getElementById('cakeErr67ee799f0b4a7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0b4a7-context').style.display = (document.getElementById('cakeErr67ee799f0b4a7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0b4a7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">]) >= </span><span style="color: #0000BB">$excellent </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h2</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0b4a7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 164
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-trace').style.display = (document.getElementById('cakeErr67ee799f0c0b0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f0c0b0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-code').style.display = (document.getElementById('cakeErr67ee799f0c0b0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c0b0-context').style.display = (document.getElementById('cakeErr67ee799f0c0b0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c0b0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f0c0b0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-trace').style.display = (document.getElementById('cakeErr67ee799f0c6d4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f0c6d4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-code').style.display = (document.getElementById('cakeErr67ee799f0c6d4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0c6d4-context').style.display = (document.getElementById('cakeErr67ee799f0c6d4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0c6d4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0c6d4-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">4</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T15:28:46+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>ひたすら好みのままに言います!!合わなかったらスルーでお願いします!<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
1,難しいです。</p>
<p>冒頭の冷風扇で</p>
<p>急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど<br />
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p>列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安<br />
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。</p>
<p> せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。</p>
<p>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。</p>
<p>あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。<br />
ーーーーーーーーーーーーーーーーー<br />
3,<br />
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。<br />
ーーーーーーーーーーーーーーー<br />
4、ちょっとご都合主義っぽく感じてしまう</p>
<p> 冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?</p>
<p> たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。</p>
<p>ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。<br />
ーーーーーーーーーーーーーーーーーーー<br />
13<br />
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。<br />
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)</p>
<p>香々姐さん出る所まで読めていないので、とりあえずここまで。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-trace').style.display = (document.getElementById('cakeErr67ee799f0d264-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f0d264-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-code').style.display = (document.getElementById('cakeErr67ee799f0d264-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0d264-context').style.display = (document.getElementById('cakeErr67ee799f0d264-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0d264-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f0d264-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-trace').style.display = (document.getElementById('cakeErr67ee799f0da04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f0da04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-code').style.display = (document.getElementById('cakeErr67ee799f0da04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f0da04-context').style.display = (document.getElementById('cakeErr67ee799f0da04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f0da04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f0da04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2114"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2114?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 2に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2114" value="2114"/> <input type="hidden" name="name" id="name" value="2114"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t3">
<h2>
<a href="/review/novels/show/2116" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 3)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-trace').style.display = (document.getElementById('cakeErr67ee799f10417-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f10417-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-code').style.display = (document.getElementById('cakeErr67ee799f10417-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10417-context').style.display = (document.getElementById('cakeErr67ee799f10417-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10417-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f10417-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-trace').style.display = (document.getElementById('cakeErr67ee799f10a41-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f10a41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-code').style.display = (document.getElementById('cakeErr67ee799f10a41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f10a41-context').style.display = (document.getElementById('cakeErr67ee799f10a41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f10a41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f10a41-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t2">No: 2の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T17:46:47+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。わがままにお付き合いくださり、ありがとうございます。</p>
<p> 氷風扇の件です。</p>
<p> ここは、「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。</p>
<p> 事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。</p>
<p> 裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。<br />
<br />
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。</p>
<p> >「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。</p>
<p> 九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。</p>
<p> 生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-trace').style.display = (document.getElementById('cakeErr67ee799f11196-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f11196-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-code').style.display = (document.getElementById('cakeErr67ee799f11196-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11196-context').style.display = (document.getElementById('cakeErr67ee799f11196-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11196-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f11196-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2116"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2116?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 3に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2116" value="2116"/> <input type="hidden" name="name" id="name" value="2116"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t4">
<h2>
<a href="/review/novels/show/2118" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信 <span class="small">(No: 4)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-trace').style.display = (document.getElementById('cakeErr67ee799f11d39-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f11d39-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-code').style.display = (document.getElementById('cakeErr67ee799f11d39-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f11d39-context').style.display = (document.getElementById('cakeErr67ee799f11d39-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f11d39-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f11d39-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-trace').style.display = (document.getElementById('cakeErr67ee799f12353-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f12353-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-code').style.display = (document.getElementById('cakeErr67ee799f12353-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12353-context').style.display = (document.getElementById('cakeErr67ee799f12353-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12353-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f12353-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t3">No: 3の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T20:55:20+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p>魔界大冒険みたことがないです!(;´∀`)わかんない<br />
ーーーーーーーーーーーーーーーーーーーーーーー<br />
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと<br />
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。<br />
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p>昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。</p>
<p>知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。<br />
ーーーーーーーーーーーーーーーーーー<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-trace').style.display = (document.getElementById('cakeErr67ee799f12a57-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f12a57-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-code').style.display = (document.getElementById('cakeErr67ee799f12a57-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f12a57-context').style.display = (document.getElementById('cakeErr67ee799f12a57-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f12a57-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f12a57-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2118"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2118?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 4に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2118" value="2118"/> <input type="hidden" name="name" id="name" value="2118"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t5">
<h2>
<a href="/review/novels/show/2122" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信 <span class="small">(No: 5)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-trace').style.display = (document.getElementById('cakeErr67ee799f13545-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f13545-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-code').style.display = (document.getElementById('cakeErr67ee799f13545-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13545-context').style.display = (document.getElementById('cakeErr67ee799f13545-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13545-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f13545-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-trace').style.display = (document.getElementById('cakeErr67ee799f13b92-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f13b92-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-code').style.display = (document.getElementById('cakeErr67ee799f13b92-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f13b92-context').style.display = (document.getElementById('cakeErr67ee799f13b92-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f13b92-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f13b92-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t4">No: 4の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-16T22:25:44+09:00">2022年08月16日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。再度ありがとうございます。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。</p>
<p> そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。</p>
<p> >九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。</p>
<p> 九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。<br />
<a href="https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97">https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97</a><br />
<br />
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。</p>
<p>「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。</p>
<p> ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。</p>
<p> 作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。</p>
<p> これは先の返信で書き忘れたので、書いておきます。</p>
<p> >ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。</p>
<p> >北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。<br />
<br />
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。<br />
<br />
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-trace').style.display = (document.getElementById('cakeErr67ee799f1434b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1434b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-code').style.display = (document.getElementById('cakeErr67ee799f1434b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1434b-context').style.display = (document.getElementById('cakeErr67ee799f1434b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1434b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1434b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2122"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2122?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 5に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2122" value="2122"/> <input type="hidden" name="name" id="name" value="2122"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t6">
<h2>
<a href="/review/novels/show/2129" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信 <span class="small">(No: 6)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-trace').style.display = (document.getElementById('cakeErr67ee799f14e74-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f14e74-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-code').style.display = (document.getElementById('cakeErr67ee799f14e74-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f14e74-context').style.display = (document.getElementById('cakeErr67ee799f14e74-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f14e74-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f14e74-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-trace').style.display = (document.getElementById('cakeErr67ee799f154aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f154aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-code').style.display = (document.getElementById('cakeErr67ee799f154aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f154aa-context').style.display = (document.getElementById('cakeErr67ee799f154aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f154aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f154aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t5">No: 5の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T08:55:33+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>九字の説得力と<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00T1S5YJE/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00T1S5YJE&linkCode=as2&tag=raitonoverusa-22&linkId=a937ea7fb5346183a9f6239bdb22fe52">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00T1S5YJE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の併用がめちゃ難しい(;´・ω・)</p>
<p>>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?</p>
<p>ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう</p>
<p>「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。</p>
<p>銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。<br />
ーーーーーーーーーーーーーーーーーーーーーーーー<br />
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。</p>
<p>そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。</p>
<p>銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-trace').style.display = (document.getElementById('cakeErr67ee799f15bcd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f15bcd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-code').style.display = (document.getElementById('cakeErr67ee799f15bcd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f15bcd-context').style.display = (document.getElementById('cakeErr67ee799f15bcd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f15bcd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f15bcd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2129"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2129?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 6に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2129" value="2129"/> <input type="hidden" name="name" id="name" value="2129"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t8">
<h2>
<a href="/review/novels/show/2131" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信 <span class="small">(No: 8)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-trace').style.display = (document.getElementById('cakeErr67ee799f166bb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f166bb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-code').style.display = (document.getElementById('cakeErr67ee799f166bb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f166bb-context').style.display = (document.getElementById('cakeErr67ee799f166bb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f166bb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f166bb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-trace').style.display = (document.getElementById('cakeErr67ee799f16ceb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f16ceb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-code').style.display = (document.getElementById('cakeErr67ee799f16ceb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f16ceb-context').style.display = (document.getElementById('cakeErr67ee799f16ceb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f16ceb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f16ceb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t6">No: 6の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:29:02+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん。</p>
<p> ドラコンです。</p>
<p> ご返信を拝読した限りですが、読むせんさんは「<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> 作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。</p>
<p> ですので、銀鈴でなくとも、魔法は使えます。</p>
<p> 香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。</p>
<p> どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。</p>
<p> ・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。<br />
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。<br />
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。</p>
<p> ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。</p>
<p> 最初のご回答でいただいた、この件です。</p>
<p> >やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける<br />
の辺りから、レスポンスが一気に軽妙になるので読みやすい。</p>
<p> これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-trace').style.display = (document.getElementById('cakeErr67ee799f1740f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1740f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-code').style.display = (document.getElementById('cakeErr67ee799f1740f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1740f-context').style.display = (document.getElementById('cakeErr67ee799f1740f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1740f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1740f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2131"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2131?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 8に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2131" value="2131"/> <input type="hidden" name="name" id="name" value="2131"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t11">
<h2>
<a href="/review/novels/show/2134" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信 <span class="small">(No: 11)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-trace').style.display = (document.getElementById('cakeErr67ee799f17f03-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f17f03-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-code').style.display = (document.getElementById('cakeErr67ee799f17f03-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f17f03-context').style.display = (document.getElementById('cakeErr67ee799f17f03-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f17f03-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f17f03-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-trace').style.display = (document.getElementById('cakeErr67ee799f1857d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1857d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-code').style.display = (document.getElementById('cakeErr67ee799f1857d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1857d-context').style.display = (document.getElementById('cakeErr67ee799f1857d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1857d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1857d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t8">No: 8の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T18:34:58+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
ーーーーーーーーーーーーーーー<br />
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。</p>
<p>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
ーーーーーーーーーーーーーーーー<br />
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?</p>
<p> まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。</p>
<p>多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。<br />
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。</p>
<p>あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />に推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。</p>
<p>女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。<br />
ーーーーーーーーーーーーーーー<br />
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。</p>
<p>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。</p>
<p>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。</p>
<p>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。<br />
ーーーーーーーーーーーーーーーーーーーーー<br />
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p>良かったかも。<br />
======================<br />
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p>①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。</p>
<p>②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。</p>
<p>③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公</p>
<p>④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。</p>
<p>⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。<br />
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。 </p>
<p>⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。</p>
<p>⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。</p>
<p>みたいな。<br />
ーーーーーーーーーーーーーー<br />
一番大事にしたいコンセプト部分が、ちょっと分からないかも。<br />
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-trace').style.display = (document.getElementById('cakeErr67ee799f18f5c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f18f5c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-code').style.display = (document.getElementById('cakeErr67ee799f18f5c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f18f5c-context').style.display = (document.getElementById('cakeErr67ee799f18f5c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f18f5c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f18f5c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2134"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2134?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 11に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2134" value="2134"/> <input type="hidden" name="name" id="name" value="2134"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t12">
<h2>
<a href="/review/novels/show/2135" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 12)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-trace').style.display = (document.getElementById('cakeErr67ee799f19b04-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f19b04-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-code').style.display = (document.getElementById('cakeErr67ee799f19b04-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f19b04-context').style.display = (document.getElementById('cakeErr67ee799f19b04-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f19b04-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f19b04-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-trace').style.display = (document.getElementById('cakeErr67ee799f1a126-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1a126-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-code').style.display = (document.getElementById('cakeErr67ee799f1a126-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a126-context').style.display = (document.getElementById('cakeErr67ee799f1a126-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a126-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1a126-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t11">No: 11の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T19:16:43+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>これまた追加<br />
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。<br />
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-trace').style.display = (document.getElementById('cakeErr67ee799f1a7fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1a7fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-code').style.display = (document.getElementById('cakeErr67ee799f1a7fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1a7fe-context').style.display = (document.getElementById('cakeErr67ee799f1a7fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1a7fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1a7fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2135"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2135?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 12に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2135" value="2135"/> <input type="hidden" name="name" id="name" value="2135"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t13">
<h2>
<a href="/review/novels/show/2136" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 13)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-trace').style.display = (document.getElementById('cakeErr67ee799f1b2eb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1b2eb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-code').style.display = (document.getElementById('cakeErr67ee799f1b2eb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b2eb-context').style.display = (document.getElementById('cakeErr67ee799f1b2eb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b2eb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1b2eb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-trace').style.display = (document.getElementById('cakeErr67ee799f1b98f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1b98f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-code').style.display = (document.getElementById('cakeErr67ee799f1b98f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1b98f-context').style.display = (document.getElementById('cakeErr67ee799f1b98f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1b98f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1b98f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t12">No: 12の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T20:51:41+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。</p>
<p> >一番大事にしたいコンセプト部分が、ちょっと分からないかも。</p>
<p> この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。</p>
<p> 最初にパッと思い付いたのは以下の感じでした。<br />
<br />
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。<br />
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。<br />
<br />
これだけでした。<br />
<br />
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。<br />
<br />
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。<br />
<br />
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />」を瞬間的に連想してしまう場合がある感じです。<br />
<br />
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。<br />
<br />
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。<br />
<br />
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。<br />
<br />
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。<br />
<br />
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?<br />
<br />
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。<br />
<br />
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?<br />
<br />
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。<br />
<br />
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。<br />
<br />
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。<br />
<br />
書き終わって、思いのほか分量があったのには驚きました。<br />
<br />
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。<br />
<br />
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。<br />
<br />
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。<br />
<br />
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。<br />
<br />
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。</p>
<p> 作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。</p>
<p> 裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。</p>
<p> >今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。</p>
<p> ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。</p>
<p> >香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)</p>
<p> 構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p> >ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。</p>
<p> ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=30ed18ec3c741509b53aa067318456e8">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」を書きたいとの思いで書きました。</p>
<p> その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( <a href="https://www.raitonoveru.jp/counsel/novels/thread/13078">https://www.raitonoveru.jp/counsel/novels/thread/13078</a> )とおっしゃってくださったので、この項を付けたしました。</p>
<p>「楽しい」と評価してくださり、ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-trace').style.display = (document.getElementById('cakeErr67ee799f1c1fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1c1fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-code').style.display = (document.getElementById('cakeErr67ee799f1c1fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1c1fe-context').style.display = (document.getElementById('cakeErr67ee799f1c1fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1c1fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1c1fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2136"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2136?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 13に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2136" value="2136"/> <input type="hidden" name="name" id="name" value="2136"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t14">
<h2>
<a href="/review/novels/show/2137" class="haiku">訂正・追記 <span class="small">(No: 14)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-trace').style.display = (document.getElementById('cakeErr67ee799f1cd3a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1cd3a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-code').style.display = (document.getElementById('cakeErr67ee799f1cd3a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1cd3a-context').style.display = (document.getElementById('cakeErr67ee799f1cd3a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1cd3a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1cd3a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-trace').style.display = (document.getElementById('cakeErr67ee799f1d34d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1d34d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-code').style.display = (document.getElementById('cakeErr67ee799f1d34d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1d34d-context').style.display = (document.getElementById('cakeErr67ee799f1d34d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1d34d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1d34d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t13">No: 13の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T21:03:24+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 訂正です。</p>
<p>【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p>【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。</p>
<p> ここからは追記です。</p>
<p> とはいっても、書いていて、ちょっと恥ずかしかったですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-trace').style.display = (document.getElementById('cakeErr67ee799f1da30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1da30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-code').style.display = (document.getElementById('cakeErr67ee799f1da30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1da30-context').style.display = (document.getElementById('cakeErr67ee799f1da30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1da30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1da30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2137"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2137?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 14に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2137" value="2137"/> <input type="hidden" name="name" id="name" value="2137"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t15">
<h2>
<a href="/review/novels/show/2138" class="haiku">訂正・追記の返信 <span class="small">(No: 15)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-trace').style.display = (document.getElementById('cakeErr67ee799f1e52a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1e52a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-code').style.display = (document.getElementById('cakeErr67ee799f1e52a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1e52a-context').style.display = (document.getElementById('cakeErr67ee799f1e52a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1e52a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1e52a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-trace').style.display = (document.getElementById('cakeErr67ee799f1eb7f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f1eb7f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-code').style.display = (document.getElementById('cakeErr67ee799f1eb7f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1eb7f-context').style.display = (document.getElementById('cakeErr67ee799f1eb7f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1eb7f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f1eb7f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t14">No: 14の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T08:43:15+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。</p>
<p>作品コンセプトによります。<br />
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。<br />
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。<br />
<br />
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。</p>
<p> みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。<br />
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」<br />
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」</p>
<p>‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。<br />
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)<br />
ーーーーーーーーーーーーーーーーーー<br />
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。<br />
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?</p>
<p>中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。</p>
<p> 皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。</p>
<p>日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。</p>
<p>日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。</p>
<p>なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。<br />
ーーーーーーーーーーーーーーーーーーー<br />
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-trace').style.display = (document.getElementById('cakeErr67ee799f1f2d9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f1f2d9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-code').style.display = (document.getElementById('cakeErr67ee799f1f2d9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1f2d9-context').style.display = (document.getElementById('cakeErr67ee799f1f2d9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1f2d9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f1f2d9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2138"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2138?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 15に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2138" value="2138"/> <input type="hidden" name="name" id="name" value="2138"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t16">
<h2>
<a href="/review/novels/show/2139" class="haiku">訂正・追記の返信の返信 <span class="small">(No: 16)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-trace').style.display = (document.getElementById('cakeErr67ee799f1fdc9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f1fdc9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-code').style.display = (document.getElementById('cakeErr67ee799f1fdc9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f1fdc9-context').style.display = (document.getElementById('cakeErr67ee799f1fdc9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f1fdc9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f1fdc9-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-trace').style.display = (document.getElementById('cakeErr67ee799f203fe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f203fe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-code').style.display = (document.getElementById('cakeErr67ee799f203fe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f203fe-context').style.display = (document.getElementById('cakeErr67ee799f203fe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f203fe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f203fe-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t15">No: 15の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T09:57:19+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)</p>
<p>とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。<br />
ーーーーーーーーーーーーーーーーーー<br />
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> 自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p>男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。<br />
ーーーーーーーーーーーーーーーーーー<br />
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> 中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> 一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-trace').style.display = (document.getElementById('cakeErr67ee799f20b12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f20b12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-code').style.display = (document.getElementById('cakeErr67ee799f20b12-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f20b12-context').style.display = (document.getElementById('cakeErr67ee799f20b12-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f20b12-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f20b12-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2139"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2139?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 16に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2139" value="2139"/> <input type="hidden" name="name" id="name" value="2139"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t17">
<h2>
<a href="/review/novels/show/2140" class="haiku">訂正・追記の返信の返信の返信 <span class="small">(No: 17)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-trace').style.display = (document.getElementById('cakeErr67ee799f21600-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f21600-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-code').style.display = (document.getElementById('cakeErr67ee799f21600-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21600-context').style.display = (document.getElementById('cakeErr67ee799f21600-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21600-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f21600-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-trace').style.display = (document.getElementById('cakeErr67ee799f21c30-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f21c30-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-code').style.display = (document.getElementById('cakeErr67ee799f21c30-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f21c30-context').style.display = (document.getElementById('cakeErr67ee799f21c30-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f21c30-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f21c30-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t16">No: 16の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T10:36:11+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> > たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。</p>
<p> これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。</p>
<p> >香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。</p>
<p> >中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。<br />
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。</p>
<p> うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。</p>
<p> 一応、中国の幽霊については調べました。ただ、中国の怪奇<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-trace').style.display = (document.getElementById('cakeErr67ee799f22357-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f22357-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-code').style.display = (document.getElementById('cakeErr67ee799f22357-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22357-context').style.display = (document.getElementById('cakeErr67ee799f22357-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22357-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f22357-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2140"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2140?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 17に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2140" value="2140"/> <input type="hidden" name="name" id="name" value="2140"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t18">
<h2>
<a href="/review/novels/show/2141" class="haiku">訂正・追記の返信の返信の返信の返信 <span class="small">(No: 18)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-trace').style.display = (document.getElementById('cakeErr67ee799f22e90-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f22e90-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-code').style.display = (document.getElementById('cakeErr67ee799f22e90-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f22e90-context').style.display = (document.getElementById('cakeErr67ee799f22e90-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f22e90-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f22e90-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-trace').style.display = (document.getElementById('cakeErr67ee799f23519-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f23519-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-code').style.display = (document.getElementById('cakeErr67ee799f23519-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23519-context').style.display = (document.getElementById('cakeErr67ee799f23519-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23519-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f23519-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t17">No: 17の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T12:50:33+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p>>まくいった、と解釈して良いのでしょうか? <br />
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。<br />
===================== <br />
>これには自覚がないんですよ。</p>
<p>ーーーーーーーーーーーーーーー<br />
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」<br />
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」</p>
<p>「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、<br />
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。<br />
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの? <br />
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。</p>
<p>だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』<br />
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、<br />
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」</p>
<p>とかのクダリっす。</p>
<p>ーーーーーーーーーーーーーー<br />
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)<br />
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)</p>
<p>「皆さん、この部屋に何かを感じませんか?」<br />
「特に何も感じないわ」<br />
「私も何も感じないわね」<br />
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」<br />
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。<br />
「そうですか。では、取り調べを始めましょうか」</p>
<p>このクダリに「いや、ナンヤネン」というギャグ感と違和感</p>
<p>(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね) </p>
<p>ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?<br />
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。</p>
<p>「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01HMHXCW6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01HMHXCW6&linkCode=as2&tag=raitonoverusa-22&linkId=b9c015cd53b820354056105c2a6bba3d">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01HMHXCW6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない? </p>
<p>わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーーーー<br />
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。<br />
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。</p>
<p>ーーーーーーーーーーーーー<br />
今回の騒動の目的</p>
<p>①無罪なのに裁判長がごっこ遊びをして遊んでいる<br />
②ガチ大逆罪疑惑に発展している<br />
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする<br />
④マジ処罰(トトカルチョの方)</p>
<p>実際どれでもないんですよね<br />
ーーーーーーーーーーーーーー<br />
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。<br />
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。<br />
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。<br />
ーーーーーーーーーーーーーーーーーー<br />
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-trace').style.display = (document.getElementById('cakeErr67ee799f23cf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f23cf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-code').style.display = (document.getElementById('cakeErr67ee799f23cf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f23cf2-context').style.display = (document.getElementById('cakeErr67ee799f23cf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f23cf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f23cf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2141"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2141?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 18に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2141" value="2141"/> <input type="hidden" name="name" id="name" value="2141"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t19">
<h2>
<a href="/review/novels/show/2142" class="haiku">訂正・追記の返信の返信の返信の返信の返信 <span class="small">(No: 19)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-trace').style.display = (document.getElementById('cakeErr67ee799f2482c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2482c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-code').style.display = (document.getElementById('cakeErr67ee799f2482c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2482c-context').style.display = (document.getElementById('cakeErr67ee799f2482c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2482c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2482c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-trace').style.display = (document.getElementById('cakeErr67ee799f24e65-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f24e65-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-code').style.display = (document.getElementById('cakeErr67ee799f24e65-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f24e65-context').style.display = (document.getElementById('cakeErr67ee799f24e65-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f24e65-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f24e65-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t18">No: 18の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-20T20:49:29+09:00">2022年08月20日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> ドラコンです。過分なお褒めにあずかり、恐縮です。</p>
<p> >寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。</p>
<p> 確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。</p>
<p> >私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。</p>
<p> >自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。</p>
<p> これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。</p>
<p> ご丁寧なご感想、ありがとうございます。</p>
<p> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p> それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。</p>
<p> >皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる</p>
<p> この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。</p>
<p> むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。</p>
<p> >理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、<br />
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。<br />
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。</p>
<p> そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-trace').style.display = (document.getElementById('cakeErr67ee799f255bc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f255bc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-code').style.display = (document.getElementById('cakeErr67ee799f255bc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f255bc-context').style.display = (document.getElementById('cakeErr67ee799f255bc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f255bc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f255bc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2142"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2142?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 19に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2142" value="2142"/> <input type="hidden" name="name" id="name" value="2142"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t20">
<h2>
<a href="/review/novels/show/2143" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信 <span class="small">(No: 20)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-trace').style.display = (document.getElementById('cakeErr67ee799f260c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f260c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-code').style.display = (document.getElementById('cakeErr67ee799f260c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f260c7-context').style.display = (document.getElementById('cakeErr67ee799f260c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f260c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f260c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-trace').style.display = (document.getElementById('cakeErr67ee799f26704-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f26704-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-code').style.display = (document.getElementById('cakeErr67ee799f26704-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26704-context').style.display = (document.getElementById('cakeErr67ee799f26704-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26704-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f26704-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/108" class="name">読むせん</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t19">No: 19の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T09:22:46+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p>> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。</p>
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p>「あなた、そんな事まで調べてたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
<p>ーーーーーーーーーーーーーーーーーーーーーーーーー<br />
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。</p>
<p> 無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。</p>
<p>なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。<br />
ーーーーーーーーーーーーーーーーーーーーーー<br />
コオロギ捕獲に関しては<br />
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p>「あなた、そんな事までやっていたの?!」<br />
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-trace').style.display = (document.getElementById('cakeErr67ee799f26e3b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f26e3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-code').style.display = (document.getElementById('cakeErr67ee799f26e3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f26e3b-context').style.display = (document.getElementById('cakeErr67ee799f26e3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f26e3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f26e3b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2143"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2143?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 20に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2143" value="2143"/> <input type="hidden" name="name" id="name" value="2143"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t21">
<h2>
<a href="/review/novels/show/2144" class="haiku">訂正・追記の返信の返信の返信の返信の返信の返信の返信 <span class="small">(No: 21)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-trace').style.display = (document.getElementById('cakeErr67ee799f27965-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f27965-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-code').style.display = (document.getElementById('cakeErr67ee799f27965-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27965-context').style.display = (document.getElementById('cakeErr67ee799f27965-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27965-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f27965-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-trace').style.display = (document.getElementById('cakeErr67ee799f27f78-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f27f78-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-code').style.display = (document.getElementById('cakeErr67ee799f27f78-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f27f78-context').style.display = (document.getElementById('cakeErr67ee799f27f78-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f27f78-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f27f78-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t20">No: 20の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-21T14:12:15+09:00">2022年08月21日</time> </p>
<div class='truncate'>
<p> >読むせんさん</p>
<p> いつもありがとうございます。ドラコンです。</p>
<p> ><a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の言葉としては、「極道は、だいたい法律に詳しい」ですね。<br />
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。<br />
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。</p>
<p> 裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。</p>
<p> 銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。</p>
<p> <br />
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。</p>
<p> これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-trace').style.display = (document.getElementById('cakeErr67ee799f28694-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f28694-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-code').style.display = (document.getElementById('cakeErr67ee799f28694-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f28694-context').style.display = (document.getElementById('cakeErr67ee799f28694-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f28694-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f28694-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2144"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2144?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 21に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2144" value="2144"/> <input type="hidden" name="name" id="name" value="2144"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t7">
<h2>
<a href="/review/novels/show/2130" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 7)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-trace').style.display = (document.getElementById('cakeErr67ee799f2958e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2958e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-code').style.display = (document.getElementById('cakeErr67ee799f2958e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2958e-context').style.display = (document.getElementById('cakeErr67ee799f2958e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2958e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2958e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-trace').style.display = (document.getElementById('cakeErr67ee799f29fad-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f29fad-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-code').style.display = (document.getElementById('cakeErr67ee799f29fad-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f29fad-context').style.display = (document.getElementById('cakeErr67ee799f29fad-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f29fad-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f29fad-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/30" class="name">ふ じ た に</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T10:26:32+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p>執筆お疲れさまでした。<br />
銀鈴が同期とコオロギ賭博をやっているところまで読みました。<br />
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。</p>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=4a18c6405615cc1c6d4a152be8ef1234">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<p>気になる点は、他の方とほとんどかぶってますね。</p>
<p>・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。<br />
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。</p>
<p>・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。</p>
<p>暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?<br />
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。<br />
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。</p>
<p>・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。<br />
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。</p>
<p>・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」</p>
<p> 他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。</p>
<p>「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。</p>
<p>でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。<br />
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?<br />
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。</p>
<p> あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。<br />
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。</p>
<p>あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。<br />
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。<br />
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。<br />
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。</p>
<p>色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。<br />
ではでは、失礼しました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-trace').style.display = (document.getElementById('cakeErr67ee799f2abd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f2abd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-code').style.display = (document.getElementById('cakeErr67ee799f2abd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2abd3-context').style.display = (document.getElementById('cakeErr67ee799f2abd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2abd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2abd3-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。<br />
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。<br />
衣装の説明があったので、昔風なデザインだと伝わって良かったです。<br />
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00XHG462M/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00XHG462M&linkCode=as2&tag=raitonoverusa-22&linkId=2a108c61ad94af34b70d43a8febbae25">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00XHG462M" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />的な能力もあると、世界観が早々に伝わっていて良かったです。<br />
特に読みづらい文章はなかったと思います。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-trace').style.display = (document.getElementById('cakeErr67ee799f2b65e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f2b65e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-code').style.display = (document.getElementById('cakeErr67ee799f2b65e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2b65e-context').style.display = (document.getElementById('cakeErr67ee799f2b65e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2b65e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2b65e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-trace').style.display = (document.getElementById('cakeErr67ee799f2c09b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2c09b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-code').style.display = (document.getElementById('cakeErr67ee799f2c09b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2c09b-context').style.display = (document.getElementById('cakeErr67ee799f2c09b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2c09b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2c09b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2130"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2130?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 7に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2130" value="2130"/> <input type="hidden" name="name" id="name" value="2130"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t9">
<h2>
<a href="/review/novels/show/2132" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 9)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-trace').style.display = (document.getElementById('cakeErr67ee799f2d26d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2d26d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-code').style.display = (document.getElementById('cakeErr67ee799f2d26d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2d26d-context').style.display = (document.getElementById('cakeErr67ee799f2d26d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2d26d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2d26d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-trace').style.display = (document.getElementById('cakeErr67ee799f2dc5b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f2dc5b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-code').style.display = (document.getElementById('cakeErr67ee799f2dc5b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2dc5b-context').style.display = (document.getElementById('cakeErr67ee799f2dc5b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2dc5b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f2dc5b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t7">No: 7の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T13:06:50+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> >ふじたにかなめさん</p>
<p> ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。</p>
<p> この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。</p>
<p> 氷風扇は、「家電置き換えの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=a9eab7d923e0e991a5ee45c2e8cd5b89">魔法</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。</p>
<p> 建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。</p>
<p>「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。</p>
<p> ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。</p>
<p> コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。</p>
<p> 侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0173KMKNO/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0173KMKNO&linkCode=as2&tag=raitonoverusa-22&linkId=f79d5d674853836c68dc7214260b8181">プロット</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0173KMKNO" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。</p>
<p> 執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。</p>
<p> 推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-trace').style.display = (document.getElementById('cakeErr67ee799f2e796-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f2e796-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-code').style.display = (document.getElementById('cakeErr67ee799f2e796-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2e796-context').style.display = (document.getElementById('cakeErr67ee799f2e796-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2e796-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f2e796-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2132"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2132?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 9に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2132" value="2132"/> <input type="hidden" name="name" id="name" value="2132"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t10">
<h2>
<a href="/review/novels/show/2133" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 10)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-trace').style.display = (document.getElementById('cakeErr67ee799f2f8d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f2f8d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-code').style.display = (document.getElementById('cakeErr67ee799f2f8d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f2f8d7-context').style.display = (document.getElementById('cakeErr67ee799f2f8d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f2f8d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f2f8d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-trace').style.display = (document.getElementById('cakeErr67ee799f3021f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3021f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-code').style.display = (document.getElementById('cakeErr67ee799f3021f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3021f-context').style.display = (document.getElementById('cakeErr67ee799f3021f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3021f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3021f-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-19T14:06:12+09:00">2022年08月19日</time> </p>
<div class='truncate'>
<p> 質問追記です。</p>
<p> 読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?</p>
<p> そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。</p>
<p>「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( <a href="https://twitter.com/ranokenn/status/1557692892231176192">https://twitter.com/ranokenn/status/1557692892231176192</a> )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-trace').style.display = (document.getElementById('cakeErr67ee799f30cc1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f30cc1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-code').style.display = (document.getElementById('cakeErr67ee799f30cc1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f30cc1-context').style.display = (document.getElementById('cakeErr67ee799f30cc1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f30cc1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f30cc1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2133"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2133?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 10に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2133" value="2133"/> <input type="hidden" name="name" id="name" value="2133"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t23">
<h2>
<a href="/review/novels/show/2149" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 23)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-trace').style.display = (document.getElementById('cakeErr67ee799f31db2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f31db2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-code').style.display = (document.getElementById('cakeErr67ee799f31db2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f31db2-context').style.display = (document.getElementById('cakeErr67ee799f31db2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f31db2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f31db2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-trace').style.display = (document.getElementById('cakeErr67ee799f32702-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f32702-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-code').style.display = (document.getElementById('cakeErr67ee799f32702-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f32702-context').style.display = (document.getElementById('cakeErr67ee799f32702-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f32702-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f32702-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">1</span> <a href="#t10">No: 10の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:25:22+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> お世話になっております。大野です。<br />
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。<br />
<br />
迷惑をかけて申し訳ありません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-trace').style.display = (document.getElementById('cakeErr67ee799f3318e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3318e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-code').style.display = (document.getElementById('cakeErr67ee799f3318e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3318e-context').style.display = (document.getElementById('cakeErr67ee799f3318e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3318e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3318e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2149"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2149?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 23に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2149" value="2149"/> <input type="hidden" name="name" id="name" value="2149"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t22">
<h2>
<a href="/review/novels/show/2148" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 22)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-trace').style.display = (document.getElementById('cakeErr67ee799f3427a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3427a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-code').style.display = (document.getElementById('cakeErr67ee799f3427a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3427a-context').style.display = (document.getElementById('cakeErr67ee799f3427a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3427a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3427a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-trace').style.display = (document.getElementById('cakeErr67ee799f34d32-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f34d32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-code').style.display = (document.getElementById('cakeErr67ee799f34d32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f34d32-context').style.display = (document.getElementById('cakeErr67ee799f34d32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f34d32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f34d32-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/247" class="name">大野知人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">2</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T07:02:09+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p> いつもお世話になっております。大野です。遅ればせながら読ませていただきました。<br />
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。<br />
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。</p>
<p> 先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。<br />
『漢字が多く、読みづらい』です。</p>
<p> 俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。<br />
恐らく、『中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0776PMYTV/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0776PMYTV&linkCode=as2&tag=raitonoverusa-22&linkId=09b66a27de2284924accc1506802eb13">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0776PMYTV" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />らしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。<br />
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。</p>
<p> 気になった点、いくつか読みながら羅列させていただきます。<br />
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?</p>
<p>2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。</p>
<p>3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?</p>
<p>4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。</p>
<p>5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。</p>
<p>6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?</p>
<p>7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?</p>
<p>8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。<br />
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。</p>
<p>9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?<br />
<br />
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。<br />
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)</p>
<p>11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。<br />
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。</p>
<p>12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?</p>
<p>13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?</p>
<p>14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。</p>
<p>15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=e3a57e5fb248d281c8eb631979d29872">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?</p>
<p>16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。<br />
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。</p>
<p> 総評は長くなるので『長所』の所にまとめます。<br />
質問への回答。<br />
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。<br />
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。<br />
3,地の文が単調すぎます。読みにくいのレベルじゃないです。<br />
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。<br />
5、香妃の設定に関しては別にご都合に感じません。<br />
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。<br />
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。<br />
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。<br />
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。<br />
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。<br />
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。<br />
12、そんなことを言われても。<br />
13、と言うか、ほぼ説明に感じました。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-trace').style.display = (document.getElementById('cakeErr67ee799f35abd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f35abd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-code').style.display = (document.getElementById('cakeErr67ee799f35abd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f35abd-context').style.display = (document.getElementById('cakeErr67ee799f35abd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f35abd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f35abd-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p> 長所コーナーですが、総評を書きます。</p>
<p> 正直に申し上げれば、『一般向けとしてはともかく、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。</p>
<p> <a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=2c206b253ac9192bdf7446bf45aec3e8">ライトノベル</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />と言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。<br />
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。</p>
<p> 設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。<br />
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。<br />
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。<br />
<br />
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。<br />
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。</p>
<p> 他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。</p>
<p> あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。<br />
まあ、時代にもよりますけどね。<br />
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。</p>
<p> 少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。</p>
<p> 後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。</p>
<p> 地の文について。<br />
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が<br />
①設定の説明か情景描写。或いはキャラの外見描写。<br />
②『誰が何をした(頑なに、全て過去形)』<br />
のどちらかです。<br />
まず、設定説明が多いのが問題です。キャラに関係のある物でも、<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=56e70acbb0c7df52a67df87c29d98bd7">キャラクター</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。<br />
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。<br />
<br />
それから、書かれていないことについて。<br />
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。<br />
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。<br />
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?<br />
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。</p>
<p> あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。</p>
<p> 一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。<br />
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。</p>
<p> どこか、盛り上がる要素がありますか?<br />
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?<br />
<br />
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。</p>
<p> 以上。<br />
俺としても誠に遺憾なのですが、長所に対する記述はありません。<br />
物語としての没入性、盛り上がりが無く。<br />
感情移入する要素があまり感じられず。<br />
中国<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />としての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-trace').style.display = (document.getElementById('cakeErr67ee799f36706-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f36706-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-code').style.display = (document.getElementById('cakeErr67ee799f36706-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f36706-context').style.display = (document.getElementById('cakeErr67ee799f36706-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f36706-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f36706-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-trace').style.display = (document.getElementById('cakeErr67ee799f371ac-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f371ac-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-code').style.display = (document.getElementById('cakeErr67ee799f371ac-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f371ac-context').style.display = (document.getElementById('cakeErr67ee799f371ac-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f371ac-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f371ac-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2148"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2148?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 22に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2148" value="2148"/> <input type="hidden" name="name" id="name" value="2148"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="Amazon1"><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=ca0d37fe7eb09dfae16475f1d5e74e9d">物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01GI3E7TC/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01GI3E7TC&linkCode=as2&tag=raitonoverusa-22&linkId=a96853ab027aeb8802d2837e7155f5d9"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01GI3E7TC&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01GI3E7TC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside>
</article>
<article class="list-group-item" id="t24">
<h2>
<a href="/review/novels/show/2150" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 24)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-trace').style.display = (document.getElementById('cakeErr67ee799f3841a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3841a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-code').style.display = (document.getElementById('cakeErr67ee799f3841a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3841a-context').style.display = (document.getElementById('cakeErr67ee799f3841a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3841a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3841a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-trace').style.display = (document.getElementById('cakeErr67ee799f38d6a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f38d6a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-code').style.display = (document.getElementById('cakeErr67ee799f38d6a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f38d6a-context').style.display = (document.getElementById('cakeErr67ee799f38d6a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f38d6a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f38d6a-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T10:05:29+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。</p>
<p>また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-trace').style.display = (document.getElementById('cakeErr67ee799f397fc-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f397fc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-code').style.display = (document.getElementById('cakeErr67ee799f397fc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f397fc-context').style.display = (document.getElementById('cakeErr67ee799f397fc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f397fc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f397fc-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2150"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2150?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 24に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2150" value="2150"/> <input type="hidden" name="name" id="name" value="2150"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t25">
<h2>
<a href="/review/novels/show/2151" class="haiku">ご注意! <span class="small">(No: 25)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-trace').style.display = (document.getElementById('cakeErr67ee799f3a9c2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3a9c2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-code').style.display = (document.getElementById('cakeErr67ee799f3a9c2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3a9c2-context').style.display = (document.getElementById('cakeErr67ee799f3a9c2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3a9c2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3a9c2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-trace').style.display = (document.getElementById('cakeErr67ee799f3b393-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3b393-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-code').style.display = (document.getElementById('cakeErr67ee799f3b393-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3b393-context').style.display = (document.getElementById('cakeErr67ee799f3b393-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3b393-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3b393-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-08-23T15:11:39+09:00">2022年08月23日</time> </p>
<div class='truncate'>
<p>【ご注意!】<br />
・本作は、「鉄道が存在する中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01MXLI9SF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01MXLI9SF&linkCode=as2&tag=raitonoverusa-22&linkId=9b1ee042ac0b0f1cb787d7163dc8172a">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01MXLI9SF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。<br />
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。<br />
・ご感想は、このサイトの「ノベル道場」<a href="https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)">https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)</a>のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。<br />
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。<br />
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-trace').style.display = (document.getElementById('cakeErr67ee799f3bee0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3bee0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-code').style.display = (document.getElementById('cakeErr67ee799f3bee0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3bee0-context').style.display = (document.getElementById('cakeErr67ee799f3bee0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3bee0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3bee0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2151"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2151?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 25に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2151" value="2151"/> <input type="hidden" name="name" id="name" value="2151"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t26">
<h2>
<a href="/review/novels/show/2183" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 26)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-trace').style.display = (document.getElementById('cakeErr67ee799f3ce42-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3ce42-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-code').style.display = (document.getElementById('cakeErr67ee799f3ce42-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3ce42-context').style.display = (document.getElementById('cakeErr67ee799f3ce42-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3ce42-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3ce42-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-trace').style.display = (document.getElementById('cakeErr67ee799f3d6d6-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3d6d6-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-code').style.display = (document.getElementById('cakeErr67ee799f3d6d6-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3d6d6-context').style.display = (document.getElementById('cakeErr67ee799f3d6d6-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3d6d6-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3d6d6-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/137" class="name">あまくさ</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T14:30:50+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p>読了しましたので、感想を書かせていただきます。</p>
<p>文章は安定感があって読みやすかったです。<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=e702d0b7c3e83ee387add900bb28058d">ラノベ</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=b29a0db6f7fcbbfb05786ec709a994b1">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の文章なら特に問題ないと感じます。<br />
中華風<a target="_blank" href="https://www.amazon.co.jp/gp/product/B00UR986Q4/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B00UR986Q4&linkCode=as2&tag=raitonoverusa-22&linkId=9ba0ed4d38bb459714887ff32d1c545f">ファンタジー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B00UR986Q4" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />の雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。<br />
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。</p>
<p>全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。<br />
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。</p>
<p>次に、気になった点をいくつかあげてみます。</p>
<p>皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。</p>
<p>例えばですね。<br />
以下の案は説明のための一例で、お勧めするわけではないのですが。</p>
<p>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。<br />
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。<br />
こんな感じで<a target="_blank" href="https://www.amazon.co.jp/gp/product/B0121K14U6/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B0121K14U6&linkCode=as2&tag=raitonoverusa-22&linkId=d199abcda7695de21c1e1f371c067ce7">ストーリー</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B0121K14U6" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />にメリハリをつけ、理由付けの補強にもなるかなと愚考しました。</p>
<p>気になったことの、その2。</p>
<p>序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。<br />
気になったというのは、書き方にもう一工夫有った方が良いかなということです。<br />
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。<br />
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。<br />
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。</p>
<p>気になったこと、その3。</p>
<p>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。<br />
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。</p>
<p>終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?</p>
<p>以下も私の妄想に近い案ではありますが。</p>
<p>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。</p>
<p>繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。</p>
<p>私からはこれくらいです。<br />
執筆、お疲れさまでした。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-trace').style.display = (document.getElementById('cakeErr67ee799f3e1ba-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f3e1ba-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-code').style.display = (document.getElementById('cakeErr67ee799f3e1ba-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e1ba-context').style.display = (document.getElementById('cakeErr67ee799f3e1ba-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e1ba-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3e1ba-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success"></span> <span class="label label-success">キャラクター</span> <span class="label label-success">設定</span> <span class="label label-success">文章</span> <span class="label label-success">オリジナリティ</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-trace').style.display = (document.getElementById('cakeErr67ee799f3e86e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f3e86e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-code').style.display = (document.getElementById('cakeErr67ee799f3e86e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3e86e-context').style.display = (document.getElementById('cakeErr67ee799f3e86e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3e86e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f3e86e-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2183"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2183?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 26に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2183" value="2183"/> <input type="hidden" name="name" id="name" value="2183"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<aside class="koukou">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
</article>
<article class="list-group-item" id="t27">
<h2>
<a href="/review/novels/show/2185" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 27)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-trace').style.display = (document.getElementById('cakeErr67ee799f3f3ef-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f3f3ef-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-code').style.display = (document.getElementById('cakeErr67ee799f3f3ef-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3f3ef-context').style.display = (document.getElementById('cakeErr67ee799f3f3ef-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3f3ef-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f3f3ef-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-trace').style.display = (document.getElementById('cakeErr67ee799f3fa52-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f3fa52-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-code').style.display = (document.getElementById('cakeErr67ee799f3fa52-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f3fa52-context').style.display = (document.getElementById('cakeErr67ee799f3fa52-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f3fa52-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f3fa52-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:15:28+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> >あまくささん</p>
<p> ドラコンです。ご感想ありがとうございます。お待ちしておりました。</p>
<p> ご存じの事情で、創作意欲が減退しています。</p>
<p> >300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。</p>
<p> >ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。</p>
<p> このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。</p>
<p> ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。</p>
<p> >終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。</p>
<p> 確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。</p>
<p> ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。<br />
<br />
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。<br />
<br />
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。<br />
<br />
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。<br />
<br />
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。<br />
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。<br />
<br />
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-trace').style.display = (document.getElementById('cakeErr67ee799f40202-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f40202-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-code').style.display = (document.getElementById('cakeErr67ee799f40202-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40202-context').style.display = (document.getElementById('cakeErr67ee799f40202-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40202-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f40202-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2185"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2185?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 27に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2185" value="2185"/> <input type="hidden" name="name" id="name" value="2185"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t29">
<h2>
<a href="/review/novels/show/2192" class="haiku">感想返信追記です <span class="small">(No: 29)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-trace').style.display = (document.getElementById('cakeErr67ee799f40e82-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f40e82-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-code').style.display = (document.getElementById('cakeErr67ee799f40e82-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f40e82-context').style.display = (document.getElementById('cakeErr67ee799f40e82-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f40e82-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f40e82-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-trace').style.display = (document.getElementById('cakeErr67ee799f416f5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f416f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-code').style.display = (document.getElementById('cakeErr67ee799f416f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f416f5-context').style.display = (document.getElementById('cakeErr67ee799f416f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f416f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f416f5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t26">No: 26の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-20T21:32:39+09:00">2022年09月20日</time> </p>
<div class='truncate'>
<p> >あまくささん<br />
<br />
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。<br />
<br />
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。<br />
<br />
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。<br />
<br />
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。<br />
<br />
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。<br />
<br />
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。<br />
<br />
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。<br />
<br />
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。<br />
<br />
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。<br />
<br />
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?<br />
<br />
</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-trace').style.display = (document.getElementById('cakeErr67ee799f41fcb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f41fcb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-code').style.display = (document.getElementById('cakeErr67ee799f41fcb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f41fcb-context').style.display = (document.getElementById('cakeErr67ee799f41fcb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f41fcb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f41fcb-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2192"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2192?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 29に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2192" value="2192"/> <input type="hidden" name="name" id="name" value="2192"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t28">
<h2>
<a href="/review/novels/show/2186" class="haiku">この後のネタです <span class="small">(No: 28)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-trace').style.display = (document.getElementById('cakeErr67ee799f42b17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f42b17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-code').style.display = (document.getElementById('cakeErr67ee799f42b17-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f42b17-context').style.display = (document.getElementById('cakeErr67ee799f42b17-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f42b17-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f42b17-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-trace').style.display = (document.getElementById('cakeErr67ee799f4316b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f4316b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-code').style.display = (document.getElementById('cakeErr67ee799f4316b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4316b-context').style.display = (document.getElementById('cakeErr67ee799f4316b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4316b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4316b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-18T21:19:14+09:00">2022年09月18日</time> </p>
<div class='truncate'>
<p> ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。</p>
<p> もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。</p>
<p>●香々の里帰り<br />
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。<br />
・忠元が香々に、香々の子孫の鉄道<a target="_blank" href="https://www.amazon.co.jp/gp/product/B074TZ29TF/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B074TZ29TF&linkCode=as2&tag=raitonoverusa-22&linkId=3bee5df577fc49d7801b41eab3772f93">小説</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B074TZ29TF" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。</p>
<p>●香々の「鉄子(女性の鉄道マニア)」英才教育<br />
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。</p>
<p>●今後の舞台<br />
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-trace').style.display = (document.getElementById('cakeErr67ee799f4387b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4387b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-code').style.display = (document.getElementById('cakeErr67ee799f4387b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4387b-context').style.display = (document.getElementById('cakeErr67ee799f4387b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4387b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4387b-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2186"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2186?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 28に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2186" value="2186"/> <input type="hidden" name="name" id="name" value="2186"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<blockquote class="embedly-card"><h4><a href="https://lounge.dmm.com/detail/1352/">ライトノベル作法研究所管理人うっぴー /運営スタッフ:小説家・瀬川コウ:大手出版社編集者Y - エンタメノベルラボ - DMM オンラインサロン</a></h4><p>プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<div class="red-shiny"><a target="_blank" href="https://lounge.dmm.com/detail/1352/">詳細はこちら!</a></div>
</article>
<article class="list-group-item" id="t30">
<h2>
<a href="/review/novels/show/2193" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評 <span class="small">(No: 30)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-trace').style.display = (document.getElementById('cakeErr67ee799f443aa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f443aa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-code').style.display = (document.getElementById('cakeErr67ee799f443aa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f443aa-context').style.display = (document.getElementById('cakeErr67ee799f443aa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f443aa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f443aa-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-trace').style.display = (document.getElementById('cakeErr67ee799f449d7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f449d7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-code').style.display = (document.getElementById('cakeErr67ee799f449d7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f449d7-context').style.display = (document.getElementById('cakeErr67ee799f449d7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f449d7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f449d7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T05:46:34+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>他の方々の様な批評はとてもできませんが・・<br />
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。<br />
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。<br />
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。<br />
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。<br />
・茶番で裏がありそうな謎。<br />
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-trace').style.display = (document.getElementById('cakeErr67ee799f450c7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>239</b>]<div id="cakeErr67ee799f450c7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-code').style.display = (document.getElementById('cakeErr67ee799f450c7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f450c7-context').style.display = (document.getElementById('cakeErr67ee799f450c7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f450c7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'improvementl'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">長所。良かった点</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f450c7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">長所。良かった点</h3>
<p>硬質な文体と意外と分かりやすい内容。</p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-trace').style.display = (document.getElementById('cakeErr67ee799f456f7-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>248</b>]<div id="cakeErr67ee799f456f7-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-code').style.display = (document.getElementById('cakeErr67ee799f456f7-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f456f7-context').style.display = (document.getElementById('cakeErr67ee799f456f7-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f456f7-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (!empty(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'good'</span><span style="color: #007700">]) && </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">h3 </span><span style="color: #007700">class=</span><span style="color: #DD0000">"tyousyo"</span><span style="color: #007700">></span><span style="color: #0000BB">良かった要素</span><span style="color: #007700"></</span><span style="color: #0000BB">h3</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f456f7-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="tyousyo">良かった要素</h3>
<p class="comment">
<span class="label label-success">ストーリー</span> </p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-trace').style.display = (document.getElementById('cakeErr67ee799f45d07-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f45d07-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-code').style.display = (document.getElementById('cakeErr67ee799f45d07-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f45d07-context').style.display = (document.getElementById('cakeErr67ee799f45d07-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f45d07-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f45d07-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2193"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2193?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 30に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2193" value="2193"/> <input type="hidden" name="name" id="name" value="2193"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t31">
<h2>
<a href="/review/novels/show/2194" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 31)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-trace').style.display = (document.getElementById('cakeErr67ee799f4680c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f4680c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-code').style.display = (document.getElementById('cakeErr67ee799f4680c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4680c-context').style.display = (document.getElementById('cakeErr67ee799f4680c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4680c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f4680c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-trace').style.display = (document.getElementById('cakeErr67ee799f46e1d-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f46e1d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-code').style.display = (document.getElementById('cakeErr67ee799f46e1d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f46e1d-context').style.display = (document.getElementById('cakeErr67ee799f46e1d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f46e1d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f46e1d-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/322" class="name">元々島の人</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T06:00:59+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>後は<br />
・香々の存在。<br />
・幽霊調査の真相等でしょうか。<br />
短いですが。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-trace').style.display = (document.getElementById('cakeErr67ee799f474ea-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f474ea-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-code').style.display = (document.getElementById('cakeErr67ee799f474ea-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f474ea-context').style.display = (document.getElementById('cakeErr67ee799f474ea-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f474ea-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f474ea-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2194"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2194?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 31に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2194" value="2194"/> <input type="hidden" name="name" id="name" value="2194"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t32">
<h2>
<a href="/review/novels/show/2195" class="haiku">寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信 <span class="small">(No: 32)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-trace').style.display = (document.getElementById('cakeErr67ee799f47ff2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f47ff2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-code').style.display = (document.getElementById('cakeErr67ee799f47ff2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f47ff2-context').style.display = (document.getElementById('cakeErr67ee799f47ff2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f47ff2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f47ff2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-trace').style.display = (document.getElementById('cakeErr67ee799f48612-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f48612-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-code').style.display = (document.getElementById('cakeErr67ee799f48612-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48612-context').style.display = (document.getElementById('cakeErr67ee799f48612-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48612-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f48612-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t30">No: 30の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-21T10:39:11+09:00">2022年09月21日</time> </p>
<div class='truncate'>
<p>> 元々島の人さん</p>
<p>ドラコンです。ご感想ありがとうございます。</p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-trace').style.display = (document.getElementById('cakeErr67ee799f48cd2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f48cd2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-code').style.display = (document.getElementById('cakeErr67ee799f48cd2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f48cd2-context').style.display = (document.getElementById('cakeErr67ee799f48cd2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f48cd2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f48cd2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2195"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2195?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 32に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2195" value="2195"/> <input type="hidden" name="name" id="name" value="2195"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
</article>
<article class="list-group-item" id="t33">
<h2>
<a href="/review/novels/show/2207" class="haiku">pixiv投稿のお知らせ <span class="small">(No: 33)</span></a> </h2>
<p class="comment2"><span class="line">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-trace').style.display = (document.getElementById('cakeErr67ee799f497b5-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>195</b>]<div id="cakeErr67ee799f497b5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-code').style.display = (document.getElementById('cakeErr67ee799f497b5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f497b5-context').style.display = (document.getElementById('cakeErr67ee799f497b5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f497b5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">p </span><span style="color: #007700">class=</span><span style="color: #DD0000">"comment2"</span><span style="color: #007700">><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"line"</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> 投稿者</span></span></code></pre><pre id="cakeErr67ee799f497b5-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 195
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> 投稿者
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-trace').style.display = (document.getElementById('cakeErr67ee799f49dcf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>198</b>]<div id="cakeErr67ee799f49dcf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-code').style.display = (document.getElementById('cakeErr67ee799f49dcf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f49dcf-context').style.display = (document.getElementById('cakeErr67ee799f49dcf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f49dcf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) === </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span </span><span style="color: #007700">class=</span><span style="color: #DD0000">"rs"</span><span style="color: #007700">></span><span style="color: #0000BB">スレ主</span><span style="color: #007700"></</span><span style="color: #0000BB">span</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f49dcf-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 198
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <a href="/review/novels/person/64" class="name">ドラコン</a> <span class="linechildren">
<i class="fa fa-heart-o" aria-hidden="true"></i> : <span class="tenn">0</span> <a href="#t1">No: 1の返信</a> </span>
</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2022-09-25T22:00:51+09:00">2022年09月25日</time> </p>
<div class='truncate'>
<p> 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。</p>
<p>『無邪気皇后銀鈴、茶番で投獄されるのこと』<br />
<a href="https://www.pixiv.net/novel/show.php?id=18420994">https://www.pixiv.net/novel/show.php?id=18420994</a></p>
<p>『銀鈴、都へ行く 急行列車と動物支障と家出娘』</p>
<p>(pixiv)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
<p>(ノベル道場)<br />
<a href="https://www.pixiv.net/novel/show.php?id=18418837">https://www.pixiv.net/novel/show.php?id=18418837</a></p>
</div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-trace').style.display = (document.getElementById('cakeErr67ee799f4a4e0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>254</b>]<div id="cakeErr67ee799f4a4e0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-code').style.display = (document.getElementById('cakeErr67ee799f4a4e0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4a4e0-context').style.display = (document.getElementById('cakeErr67ee799f4a4e0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4a4e0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if (</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'score'</span><span style="color: #007700">] < </span><span style="color: #0000BB">30 </span><span style="color: #007700">&& </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$novel</span><span style="color: #007700">[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">][</span><span style="color: #DD0000">'person_id'</span><span style="color: #007700">]) !== </span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">person_id</span><span style="color: #007700">)): </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4a4e0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="id" value="2207"/> </fieldset>
<button class="mokuzi btn btn-default btn-block" type="submit">同意見です!(+1点)</button>
</form> <div class='truncate4'>
<a href="/review/novels/addSequel/2207?rs=created"ation=created"><i class="fa toukuj fa-pencil-square-o" aria-hidden="true"></i>この書き込み No: 33に返信する >></a> </div>
<div class='truncate3'>
<form method="post" accept-charset="utf-8" role="form" action="/review/novels/thread/2107%EF%BC%89"><div style="display:none;"><input type="hidden" name="_method" value="PUT"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div> <fieldset>
<input type="hidden" name="id" id="2207" value="2207"/> <input type="hidden" name="name" id="name" value="2207"/>
</fieldset>
<button class="btn btn-primary btn-xs" type="submit">このコメントを非表示にする</button>
</form> </div>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-trace').style.display = (document.getElementById('cakeErr67ee799f4afb0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>376</b>]<div id="cakeErr67ee799f4afb0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-code').style.display = (document.getElementById('cakeErr67ee799f4afb0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4afb0-context').style.display = (document.getElementById('cakeErr67ee799f4afb0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4afb0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'url'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'location'</span><span style="color: #007700">=></span><span style="color: #0000BB">2</span><span style="color: #007700">,</span><span style="color: #DD0000">'url'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#myForm" </span><span style="color: #007700">class=</span><span style="color: #DD0000">"btn btn-primary btn-block"</span><span style="color: #007700">><</span><span style="color: #0000BB">i </span><span style="color: #007700">class=</span><span style="color: #DD0000">"fa fa-arrow-down" </span><span style="color: #0000BB">aria</span><span style="color: #007700">-</span><span style="color: #0000BB">hidden</span><span style="color: #007700">=</span><span style="color: #DD0000">"true"</span><span style="color: #007700">></</span><span style="color: #0000BB">i</span><span style="color: #007700">></span><span style="color: #0000BB">この小説を批評する!</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr67ee799f4afb0-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 376
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre> <h3 class="url">小説投稿先URL</h3>
<br>
<span class="syou">(別タブが開きます)</span>
<a href="#myForm" class="btn btn-primary btn-block"><i class="fa fa-arrow-down" aria-hidden="true"></i>この小説を批評する!</a>
</article>
</div>
</div>
</article>
<aside id="koukou10">
<p>スポンサーリンク</p>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- リレー小説 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7538546940315247"
data-ad-slot="7866695318"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></aside>
<section>
<h2>他の批評依頼</h2>
<div class="panel panel-default">
<div class="list-group">
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/31" class="haiku">冒険者だった</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/25" class="name">森山智仁</a> 返信数 : <span class="tenn">7</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2018-02-14T12:34:47+09:00">2018年02月14日</time> </p>
<div class='truncate'>
引退から始まるハイファンタジーです。大きな挫折を経験した人に共感してほしいと思って書きました。
キツい批評でも歓迎です。よろしくお...<a href="/review/novels/thread/31"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/31" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/31?excellent=created" class="btn btn-default" rel="nofollow">人気批評</a> <a href="/review/novels/thread/31?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://kakuyomu.jp/works/1177354054883862491" target="_blank">https://kakuyomu.jp/works/1177354054883862491</a> </p>
<p class="follow"><a href="https://www.raitonoveru.jp/cms2/2018/06/26/40538/"><i class="fa fa-arrow-circle-right"></i>おもしろい小説とは面白さを一言で説明できる物。ラノベ作家・浅岡旭さん</a></p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1223" class="haiku">スク水の女の子が水没した世界でラジオ体操をする話【短編】</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/245" class="name">バリ</a> 返信数 : <span class="tenn">0</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2020-01-16T23:37:56+09:00">2020年01月16日</time> </p>
<div class='truncate'>
中2です。ラノベが書きたいです!一日でいろいろ調べてみて、短編から書くといいって書いてあったので書こうとしたんですけど、ジャンルが…...<a href="/review/novels/show/1223"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
たのもー!(ボコボコにしてください) </p>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n9663fy/" target="_blank">https://ncode.syosetu.com/n9663fy/</a> </p>
</div>
<div class="list-group-item">
<p class="comment2">
<a href="/review/novels/thread/1848" class="haiku">杖転生 〜少女に拾われた俺は、古代魔術で少女を超一流魔術師に育て上げ、この世界にリベンジを決意する〜</a> </p>
<p class="comment2">
投稿者
<a href="/review/novels/person/431" class="name">よるのとばり</a> 返信数 : <span class="tenn">3</span>
</p>
<p class="comment2 syou">
投稿日時:
<time datetime="2021-05-05T04:06:50+09:00">2021年05月05日</time> </p>
<div class='truncate'>
処女作です。
誰かに批評されたくてここに来ました。
率直に良かった点や悪かった点等をぶった斬って頂けると嬉しいです。
<a href="/review/novels/thread/1848"> 続きを読む >></a> </div>
<p class="comment2 kyoutyou">
欠点の指摘歓迎! </p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group btn-group-justified">
<a href="/review/novels/tree/1848" class="btn btn-default">返信一覧</a> <a href="/review/novels/thread/1848?sort=created" class="btn btn-default" rel="nofollow">最新記事</a> </div>
</div>
<p class="comment2">
小説投稿先URL<span class="syou">(別タブが開きます)</span><br>
<a href="https://ncode.syosetu.com/n0209gx/" target="_blank">https://ncode.syosetu.com/n0209gx/</a> </p>
</div>
</div>
</div>
</section>
<aside class="Amazon1"><p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p></aside> </main>
<div>
<a href="/review/novels" id="home">トップページへ</a>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-trace').style.display = (document.getElementById('cakeErr67ee799f4c845-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Novels/thread.ctp</b>, line <b>398</b>]<div id="cakeErr67ee799f4c845-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-code').style.display = (document.getElementById('cakeErr67ee799f4c845-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4c845-context').style.display = (document.getElementById('cakeErr67ee799f4c845-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4c845-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">element</span><span style="color: #007700">(</span><span style="color: #DD0000">'add_rs'</span><span style="color: #007700">,[</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$novel</span><span style="color: #007700">,</span><span style="color: #DD0000">'id'</span><span style="color: #007700">=></span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #DD0000">'novels'</span><span style="color: #007700">=></span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">,</span><span style="color: #DD0000">'rs'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'quotation'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'review'</span><span style="color: #007700">=></span><span style="color: #0000BB">true</span><span style="color: #007700">,</span><span style="color: #DD0000">'category'</span><span style="color: #007700">=></span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$NovelsOrigin</span><span style="color: #007700">-></span><span style="color: #0000BB">category</span><span style="color: #007700">)]) </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"#" </span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"Ptop"</span><span style="color: #007700">></span><span style="color: #0000BB">ページの先頭へ</span><span style="color: #007700"></</span><span style="color: #0000BB">a</span><span style="color: #007700">></span></span></code></pre><pre id="cakeErr67ee799f4c845-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null</pre><pre class="stack-trace">include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81</pre></div></pre>
<form method="post" accept-charset="utf-8" id="myForm" role="form" action="/review/novels/addSequel/2107%EF%BC%89?quotation=created"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5"/></div>
<fieldset class="fieldset">
<legend class="legend" >返信する!<small>以下は元記事</small></legend>
<p>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-trace').style.display = (document.getElementById('cakeErr67ee799f4d1c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d1c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-code').style.display = (document.getElementById('cakeErr67ee799f4d1c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d1c1-context').style.display = (document.getElementById('cakeErr67ee799f4d1c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d1c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d1c1-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-trace').style.display = (document.getElementById('cakeErr67ee799f4d773-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>573</b>]<div id="cakeErr67ee799f4d773-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-code').style.display = (document.getElementById('cakeErr67ee799f4d773-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4d773-context').style.display = (document.getElementById('cakeErr67ee799f4d773-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4d773-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #DD0000">'タイトル:'</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">' 投稿者: '</span><span style="color: #007700">. </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">people</span><span style="color: #007700">[</span><span style="color: #DD0000">'name'</span><span style="color: #007700">]) </span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> ?></span></span></code></pre><pre id="cakeErr67ee799f4d773-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 573
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre>タイトル: 投稿者: </p>
<div class="readmore"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-trace').style.display = (document.getElementById('cakeErr67ee799f4dcf2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>576</b>]<div id="cakeErr67ee799f4dcf2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-code').style.display = (document.getElementById('cakeErr67ee799f4dcf2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4dcf2-context').style.display = (document.getElementById('cakeErr67ee799f4dcf2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4dcf2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">p</span><span style="color: #007700">></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"readmore"</span><span style="color: #007700">><?= </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoParagraph</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Text</span><span style="color: #007700">-></span><span style="color: #0000BB">autoLinkUrls</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">comment</span><span style="color: #007700">,array())); </span><span style="color: #0000BB">?></span></div> </span></code></span>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">endif; </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr67ee799f4dcf2-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 576
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre></div>
<div class="form-group textarea required"><label class="control-label" for="comment">コメント</label><textarea name="comment" required="required" id="comment" class="form-control" rows="5"></textarea></div> <span class="help-block">コメントは4500文字以内。</span>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-trace').style.display = (document.getElementById('cakeErr67ee799f4f15c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Trying to get property of non-object [<b>APP/Template/Element/add_rs.ctp</b>, line <b>585</b>]<div id="cakeErr67ee799f4f15c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-code').style.display = (document.getElementById('cakeErr67ee799f4f15c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67ee799f4f15c-context').style.display = (document.getElementById('cakeErr67ee799f4f15c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67ee799f4f15c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><?=</span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">input</span><span style="color: #007700">(</span><span style="color: #DD0000">'title'</span><span style="color: #007700">, [</span><span style="color: #DD0000">'type'</span><span style="color: #007700">=></span><span style="color: #DD0000">'text'</span><span style="color: #007700">,</span><span style="color: #DD0000">'label' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'タイトル'</span><span style="color: #007700">,</span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">h</span><span style="color: #007700">(</span><span style="color: #0000BB">$novels</span><span style="color: #007700">-></span><span style="color: #0000BB">title</span><span style="color: #007700">) . </span><span style="color: #DD0000">'の返信'</span><span style="color: #007700">]) </span><span style="color: #0000BB">?></span> </span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code></pre><pre id="cakeErr67ee799f4f15c-context" class="cake-context" style="display: none;">$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Element/add_rs.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null,
'novels' => null,
'rs' => true,
'quotation' => true,
'review' => true,
'category' => (int) 0
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null
$novels = null
$rs = true
$quotation = true
$review = true
$category = (int) 0</pre><pre class="stack-trace">include - APP/Template/Element/add_rs.ctp, line 585
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1554
Cake\View\View::element() - CORE/src/View/View.php, line 668
include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88</pre></div></pre><div class="form-group text required"><label class="control-label" for="title">タイトル</label><input type="text" name="title" required="required" maxlength="255" id="title" class="form-control" value="の返信"/></div>
<div class="form-group text required"><label class="control-label" for="name">お名前</label><input type="text" name="name" required="required" placeholder="例)山田太郎" id="name" class="form-control"/></div> <div class="form-group email required"><label class="control-label" for="email">メールアドレス</label><input type="email" name="email" required="required" placeholder="例)●●@gmail.com" id="email" class="form-control"/></div> <div class="g-recaptcha" data-callback="clearcall" data-sitekey="6LdVWhUUAAAAAFZGtxjtAGAqeVMi5nrAdQw8I9wH"></div>
<p id="cllearcal" class="help-block">「私はロボットではありません」にチェックを入れてください。</p>
</fieldset>
<button class="btn btn-default btn-lg btn-block" id="submit" disabled="disabled" type="submit">書き込みする!</button></form>
<a href="#" id="Ptop">ページの先頭へ</a>
</div>
<section>
<h2>▼書き込みの検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/search"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form><h2>▼投稿者の検索</h2>
<form method="get" accept-charset="utf-8" role="form" action="/review/novels/name"> <div class="search-boxs">
<input type="text" name="Search" placeholder="キーワードを入れてください" required="required"/>
<button class="search btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </div>
</form> </section>
</div>
<div class="col-sm-3 sidebar">
<p><a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=87ddd12846d846be01ab525a96f3d3c8">大きな字の感情ことば選び辞典</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/4053046343/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=4053046343&linkCode=as2&tag=raitonoverusa-22&linkId=b411e04e846fb5a3d9c62aa5a1295cfa"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=4053046343&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=4053046343" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=e53baf2c7c90295521c9bd9c0a5e1f12">「感情」から書く脚本術</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B073W2Y359/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B073W2Y359&linkCode=as2&tag=raitonoverusa-22&linkId=52d7b2f6bb2885dd8a86f2b8fd99390a"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B073W2Y359&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL160_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B073W2Y359" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-o" aria-hidden="true"></i></span>
</p><p>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=eab3d9c5c5ea7ee4b7eca446f0b31c5c"><3冊合本>面白いストーリーの作り方+物語が書けないあなたへ ストーリーデザインの方法論 (PIKOZO文庫)</a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<a target="_blank" href="https://www.amazon.co.jp/gp/product/B01M24PXV7/ref=as_li_tl?ie=UTF8&camp=247&creative=1211&creativeASIN=B01M24PXV7&linkCode=as2&tag=raitonoverusa-22&linkId=8bf4cdd0bdcb990cc8308935e6fe0a05"><img border="0" src="//ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&MarketPlace=JP&ASIN=B01M24PXV7&ServiceVersion=20070822&ID=AsinImage&WS=1&Format=_SL250_&tag=raitonoverusa-22" ></a><img src="//ir-jp.amazon-adsystem.com/e/ir?t=raitonoverusa-22&l=am2&o=9&a=B01M24PXV7" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
<br>
<span class="star">
<i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star" aria-hidden="true"></i><i class="fa fa-star-half-o" aria-hidden="true"></i></span>
</p> <aside>
<ul class="latest2 hidden-xs">
<li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ(運営元)</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
<li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
</aside>
<aside id="qr" class="hidden-xs">
スマホ版サイトQRコード<br>
<img src="/review/img/QR_Code_1518225431.png" alt="スマートフォン版サイトのULRが入ったQRコード" width="147" height="147"/></aside> </div>
</div>
<section>
<h2>ノベル道場/小説の批評をし合おう!の使い方・利用規約(必ずお読みください)。お問い合わせ</h2>
<ul class="latest">
<li><a href="/review/novels/howto">ノベル道場/小説の批評をし合おう!の使い方</a> <li><a href="/review/novels/privacypolicy">プライバシーポリシー・免責事項</a> <li><a href="http://www.raitonoveru.jp/meeru.htm">管理人へ連絡をする</a>
</ul>
<h2>関連コンテンツ</h2>
<ul class="latest">
<li id="home2"><a href="/review/novels">トップページへ戻る</a> <li><a href="http://www.raitonoveru.jp/">ライトノベル作法研究所へ</a>
<li><a href="http://www.raitonoveru.jp/cms2/">ライトノベル作法研究所・新着記事一覧</a>
<li><a href="http://ranove.sblo.jp/">ラノベオフ・ブログ(リアルでの交流)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/counsel/novels">小説の創作相談掲示板『ノベルクリエーターサポート』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/plot/novels">小説のプロット相談掲示板</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/prologue/novels">小説のタイトル・プロローグ改善相談所『ノベル道場』</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/novel/novels">リレー小説投稿サイト/他人の物語の続きが自由に書ける!</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blcounsel/novels">BL小説の創作相談掲示板(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/blreview/novels">BLノベル道場/BL小説の批評をし合おう!(姉妹サイト)</a>
<li><a href="https://weblike-tennsaku.ssl-lolipop.jp/bl/loves">腐女子のための恋愛相談掲示板(姉妹サイト)</a>
</ul>
</section></div>
</div>
<footer>
<a href="/review/novels">ノベル道場/小説の批評をし合おう!</a> </footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/review/js/libs/jquery.cookie.js"></script>
<!-- アイコンfontawesome -->
<script src="https://use.fontawesome.com/ccd67eaa35.js"></script>
<!-- Googleのスパム対策 -->
<script src='https://www.google.com/recaptcha/api.js?hl=ja'></script>
<script src="/review/js/reCAPTCHA.js"></script><script src="/review/js/scroll.js"></script><script src="/review/js/comment.js"></script><script src="/review/js/line.js"></script><script src="/review/js/CharacterSize.js"></script><script src="/review/js/accordion2.js"></script><script src="/review/js/accordion.js"></script><script src="/review/js/generator.js"></script><!-- javaScriptの切り替え -->
<script src="/review/js/accordion4.js"></script> <script src="/review/js/main2.js"></script></body>
</html>
'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5',
'path' => '/review/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => null
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/2/weblike.jp-tennsaku/web/review/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 206 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5',
'path' => '/review/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => null
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '528a2a04ee42ed851b535c1bc79e2d5e6fd6379e2cbfd974d6d26f35867e50eb4324f9e4c6fd06fba55098801bc4b210564f915479748029a3c904fb7a4078d5',
'path' => '/review/',
'domain' => '',
'secure' => false,
'httpOnly' => false,
'expire' => null
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 206
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 186
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!
返信一覧の表示
No:2 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:3 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:4 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:5 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:6 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:8 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:11 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:12 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:13 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:14 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/訂正・追記
No:15 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/訂正・追記の返信
No:16 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/訂正・追記の返信の返信
No:17 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/訂正・追記の返信の返信の返信
No:18 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/訂正・追記の返信の返信の返信の返信
No:19 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/訂正・追記の返信の返信の返信の返信の返信
No:20 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読むせん/訂正・追記の返信の返信の返信の返信の返…
No:21 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/訂正・追記の返信の返信の返信の返信の返…
No:7 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ふ じ た に/寿国演義 無邪気皇后銀鈴、茶番で…
No:9 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:10 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:23 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:22 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
大野知人/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:24 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:25 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/ご注意!
No:26 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
あまくさ/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:27 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:29 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/感想返信追記です
No:28 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/この後のネタです
No:30 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄…
No:31 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
元々島の人/寿国演義 無邪気皇后銀鈴、茶番で投獄…
No:32 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/寿国演義 無邪気皇后銀鈴、茶番で投獄さ…
No:33 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 56 ]Code Context < li class = "syou" >< a href = "#t<?=intval( $novel [ 'novels']['no'])?>" > No :<?= intval ( $novel [ 'novels' ][ 'no' ]) ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
投稿者:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 56
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 投稿者:
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 59 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
スレ主:
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコン/pixiv投稿のお知らせ
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 78 ]Code Context
$this -> Html -> link ( h ( $NovelsOrigin -> title ) .
'<span class="small"> (No: '
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 78
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 81 ]Code Context .
$this -> Number -> format ( $NovelsOrigin -> no ). ')</span> '
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 81
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 83 ]Code Context
, [ 'action' => 'show' , $NovelsOrigin -> id ],[ 'class' => 'haiku' , 'escape' => false ])
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 83
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 (No: 0)
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 104 ]Code Context
<?= $this -> element ( 'url' ,[ 'location' => 1 , 'url' => $NovelsOrigin -> url ]) ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 104
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 115 ]Code Context < div class= 'truncate2' >
<?= $this -> Text -> autoParagraph ( $this -> Text -> autoLinkUrls ( $NovelsOrigin -> comment ,array())); ?>
</ div >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 115
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 132 ]Code Context '要望:'
. $this -> element ( 'category' ,[ 'category' => $NovelsOrigin -> category ])
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 0
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 132
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 要望:長所を教えてください!
この小説を批評する!
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 151 ]Code Context < article class= "list-group-item" id = "t<?=intval( $novel [ 'novels']['no'])?>" >
<?php if ( intval ( $novel [ 'novels' ][ 'score' ]) >= $excellent && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h2 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 151
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 164 ]Code Context <?php endif; ?>
<?php if ( intval ( $novel [ 'novels' ][ 'score' ]) >= $excellent && intval ( $novel [ 'novels' ][ 'person_id' ]) === intval ( $NovelsOrigin -> person_id )): ?>
< h2 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 164
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 248 ]Code Context
<?php if (!empty( $novel [ 'novels' ][ 'good' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 良かった要素 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 良かった要素
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2114',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => '1 2 3',
'parent_no' => '1',
'comment' => 'ひたすら好みのままに言います!!合わなかったらスルーでお願いします!
ーーーーーーーーーーーーーーーーーーーーーーーーー
1,難しいです。
冒頭の冷風扇で
急々如律令は「いそいで速く」「律令のごとくに動け」なので、ここはいいけど
「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
列車を筆頭に文明を象徴する便利グッズ入れたいのは分かりますが、私的なご都合主義作品目安
「水道の明記が無いけど、自動水洗トイレや自動シャワーなどの設備があきらか個室に設置されている、2階建て以上の宿泊施設」並みに白けちゃいました。
せめてもう少し原始的なシステムーーーーーーー単純に氷室やしっかりした厚い漆喰による断熱、室内水路などのアナログな手法をとるか、アレクサ式じゃない物理なスイッチ起動式、手動オルゴールみたいな絶えず取っ手をぐるぐる回す機構とか、ゼンマイ式とかの安っぽい道具のほうが中華風スチームパンク感が出ると思っちゃいます。
ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
あと、これは仕方がないんですが、「氷風扇」があまりに名前のまま過ぎて中華風ではなく昭和風に感じてつらい(;´∀`)中国でのシーリング・ファンの名称が「風扇」っぽいから、仕方ないんですけどね。
ーーーーーーーーーーーーーーーーー
3,
やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
ーーーーーーーーーーーーーーー
4、ちょっとご都合主義っぽく感じてしまう
冒頭で銀鈴が無邪気な事を、他の登場人物たちにマンセーさせ過ぎているようには感じました。中盤から一気に明るいディスがでて親しみが湧くので、もっと早い段階で明るくディスっておいてもよかったかも?
たぶん読者的には銀鈴と初対面なので、冒頭のアゲアゲで「は?小娘マンセーですか?メアリースーですか?もういいや」みたいな妙な反感を抱いて読むの止めかねない。
ある意味、この物語自体が【読者を銀鈴に惚れさせるための戦い】だと思いますから。読者を追っ払う前に絡めとって欲しい。
ーーーーーーーーーーーーーーーーーーー
13
いまのところ、噺家の高座感、あるいは演劇脚本感はかなり強いです。
あんまり演劇脚本やト書き読むの好きじゃないので、私的にちょっとキツイ(´・ω・`)
香々姐さん出る所まで読めていないので、とりあえずここまで。',
'score' => '4',
'created' => '2022-08-16 15:28:46',
'story' => '2',
'no' => '2',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 1
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。
>読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法 がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2116',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '2',
'comment' => ' >読むせんさん
ドラコンです。わがままにお付き合いくださり、ありがとうございます。
氷風扇の件です。
ここは、「魔法がある世界」を示す場面として、やや無理矢理入れました。ここで魔法を使わないと、魔法が出てくるのが、かなり後のほうになって、唐突になってしまうかな? と感じましたので。
事務的に書いていた場面なので、正直面倒臭くなっていたというのもあります。冒頭なので、氷風扇の設定をくどくど書くのもためらいがありました。
裏設定ですが、この世界の魔法道具は、術者(使用者)が「気」を注入して、効果を発揮します。ですので、一定時間ごとに「気」を注入し直す必要があります。
ですので、銀鈴たちが永巷へ連行された場面は、「注入された“気”が切れた、氷風扇が床に落ちていた」でシメても良かったかもしれません。
>「臨兵闘者皆陣列在前」は「戦に臨める闘者兵士、みんな陣をそろえて我が前に整列せよ」なのを知っているため、それが扇風機回されるトリガーになるのモヤってしまいました。
九字の「臨兵闘者皆陣列在前」は、手元の資料では「精神統一の呪文」とされていますので、使いました。ただ、家電相当の魔法道具を使うのに、いちいち九字の呪文を唱えるのも、長いかな? との感じはありました。九字の呪文は、「護身法」ですから、非戦闘時の生活系の呪文では、ないほうがテンポが良くなりますかね。
生活系の魔法のイメージは、何度も書いていますが、『ドラえもん のび太の魔界大冒険』での魔界星に乗り込む前の「魔法世界ののび太の町」のイメージです。
',
'score' => '0',
'created' => '2022-08-16 17:46:47',
'story' => '3',
'no' => '3',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 2
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法 系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2118',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '3',
'comment' => '魔界大冒険みたことがないです!(;´∀`)わかんない
ーーーーーーーーーーーーーーーーーーーーーーー
九字はバリエーションがあって臨兵闘者 皆陣裂?在前だと
「戦に臨める闘者兵士は、みんな陣が破裂しちゃって我が前にくちゃっとなってんぜ」で攻撃属性。
九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
昔、友人に布教された「少年陰陽師」とかいうカドカワ・レーベルで主人公が、その訓読み九字を必殺技感覚で連呼していたので、正直へんな笑いが出て困った思い出。いや君、スペシウム光線やライダーキックじゃないんだから・・・みたいな。
知らない世代は知らないけど知っている世代の人に当たると一気に和風認識くらいそう。
ーーーーーーーーーーーーーーーーーー
魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。',
'score' => '0',
'created' => '2022-08-16 20:55:20',
'story' => '4',
'no' => '4',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 3
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>読むせんさん
ドラコンです。再度ありがとうございます。
>魔法 系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー 『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2122',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '4',
'comment' => ' >読むせんさん
ドラコンです。再度ありがとうございます。
>魔法系は正直、使い方が厳しいです。それこそ雑談に近くなるので、あっちで書こうと思います。
そうですね。ここで魔法の議論をしても、筋から外れますからね。ですが、簡単に書いておきます。
>九字のルーツは儒教ですが以降の修験道とかでアレンジされまくって和風感もありますね。
九字の呪文のルーツは、太上老君や西王母を祀る「道教」のほうです。道教は、陰陽道と関係が深い、とされています。呪文が同じなのも、当然かと。
https://ja.wikipedia.org/wiki/%E4%B9%9D%E5%AD%97
儒教のほうは、『論語』「述而」に「怪力乱神を語らず」(人知で推し量れず、理性で説明できないことは語らない)とあります。
「臨兵闘者皆陣列在前」+「(効果)」+「急々如律令」形式の呪文は、嬉野秋彦氏著、1990年代後半~2000年代初頭の中華ファンタジー『チキチキ美少女神仙伝!』(角川スニーカー文庫)、『チキキキのわ~る烈風伝!!』(ファミ通文庫)で、ヒロインが使っていました。
ただ、「効果」のところは、「絶火来々」といった感じで、お札を投げ付けて、敵を攻撃していました。この呼び出す効果が、「〇〇来々」と漢字4字になっていることと、語尾「来々」なのが、中華っぽさを演出しています。
作中の「中華っぽさ」の演出は、主に「食事」でやります。「●銀鈴、姉弟子の取り調べを受けるのこと」の先の、「●銀鈴、獄中で差し入れを受け取るのこと」以下の項では、中華料理を出しますので。
これは先の返信で書き忘れたので、書いておきます。
>ギミック解説に拘り過ぎて場所が【後宮内のとある空き部屋。】だけなのもちょっと惜しい気がします。
>北側の暗い一室なら明かり目的のロウソクやカワラケをつかった行灯の持ち込み、そのせいで気温が上がっちゃうとか。それを冷やすためにゴージャスにも貴人のために設えられた高価な機具である扇風機を持ち込みしている。とかのシチュエーション説明が好き。
建物関係の描写というか、シチュエーションの説明は、中盤以降で多少出てきますね。氷風扇の場面は、冒頭も冒頭なので、建物関係の描写やシチュエーションといった「説明」をくどくど書くのには、抵抗がありました。
それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
',
'score' => '0',
'created' => '2022-08-16 22:25:44',
'story' => '5',
'no' => '5',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 4
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。
九字の説得力と魔法 の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2129',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '5',
'comment' => '九字の説得力と魔法の併用がめちゃ難しい(;´・ω・)
>>それでも、銀鈴の背景については、「主人公」なので、書く必要があるかな? と判断し、あのように書きました。銀鈴の背景は書く必要があったのでしょうか?
ここで話しても趣旨違いにならなくなった気配がするので、こっちに書いちゃう
「魔法が存在する世界」における銀鈴の【“天性の無邪気の気”】って、婚約破棄もの読んだ人には、明らか【チートな魅了魔法】にしかみえなくなると思うんです。
銀鈴の“天性の無邪気の気”は、たぶん人よりちょっと注目を集めやすくなる程度の物でしかなく、本人の努力や人徳によって人を惹きつけているのに、魔法があるとそれが自助努力ではなく糞ナーロッパのイキリ主人公のチート能力の一種に見えかねないと思います。
ーーーーーーーーーーーーーーーーーーーーーーーー
私の世界には【チートな魅了魔法】は存在しません!といわれても在野には、電波ヒロインたんによる、洗脳系魅了魔法やドラック型の依存症な魅了魔法がゴロゴロしている。
そういうご都合主義作品はスカスカの部分を埋めるために地球歴史上のマジックワードとか精霊を使いたがるので 【どうせ、この作品にも常時発動型の、なにやっても誰にでも無条件で愛されるようになる魔法があるんやろ?】という逆期待感がすごい邪魔になると思います。
銀鈴が頑張って自分で勝ち取った信頼を「魔法」の一言で疑わしく、下手すると貶めてしてしまう危険性が有る気がするんです。',
'score' => '1',
'created' => '2022-08-19 08:55:33',
'story' => '6',
'no' => '6',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 5
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法 が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2131',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '6',
'comment' => ' >読むせんさん。
ドラコンです。
ご返信を拝読した限りですが、読むせんさんは「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
作中の魔法は、一応「攻撃系」のものはありますが、主として「生活系」で、「家電の置き換え」の感覚が強いです。
ですので、銀鈴でなくとも、魔法は使えます。
香々をおびき出すための霊符を忍ばせたお守り袋を作ったのは、皇太后です。
どこまでお読みいただけたかは分かりませんが、先の箇所では、以下の通り「生活系の魔法道具」が出てきます。
・「●銀鈴、獄中で差し入れを受け取るのこと」の夕食が差し入れられる場面で、「保温呪符が刻まれた湯入り竹筒」。
・「●銀鈴、ゆかりの人物と邂逅するのこと」で、懐中電灯感覚の「夜光石」(呪文詠唱者は香々)。
・「●銀鈴、皇后宮へ戻り、ブチギレるのこと」の最後のほうで、忠元がネタばらしをする場面で、「保温箱」(中の食べ物が熱々のままになる)。
ほかには、「●銀鈴、幽閉房に入れられるのこと」で銀鈴たちがつけられた首輪は、術がかかっていて、獄則違反をすると首が絞まります。
最初のご回答でいただいた、この件です。
>やや読みにくく感じていたけど、●銀鈴、姉弟子の取り調べを受ける
の辺りから、レスポンスが一気に軽妙になるので読みやすい。
これは自覚がありません。ご存じの通り、この作品は順不同で書いたので、気分がハイになっている場面と、事務的に書いた場面とがあります。その違いでしょうか? 「役儀により言葉を改める」の台詞で、銀鈴を高圧的に取り調べる場面を書きたい、との思いはありました。',
'score' => '0',
'created' => '2022-08-19 10:29:02',
'story' => '7',
'no' => '8',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 6
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法 」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジー に推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2134',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '8',
'comment' => '家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
ーーーーーーーーーーーーーーー
たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
ーーーーーーーーーーーーーーーー
>>「魔法が使えるのは『銀鈴だけ』」と認識されていませんか?
まだ読みかけですが皇帝の文字から筆者の人間性を測れるとかも、統計学とかに近そうなのに、「ご都合主義的サイコメトリー」に見えて惜しいと思いました。不都合魔法なら、能力をコントロールできず、全ての文字群から人格をデタラメに読んでしまって苦しむ描写とかも欲しい。
多くの書をひもとき、書をしたためた人と対話し、彼の人は統計学的に筆跡鑑定術を体得した。
あるいは筆跡鑑学を統計し学問化した老師に幼くして師事し、筆跡鑑定術の薫陶を受けた皇帝が、銀鈴の書に「言い知れない煌めき」を見出した方がおもろそう。
あと幽霊も聖魔法でかっ飛ばすとかしちゃえばー?とかの魔法チート思考が出しゃばったりもします。
ファンタジーに推理と怪奇物ってどうにも特性を殺し合ってしまう傾向が強いんです。
女性向け作品は、あまり安易にマホウっぽさを出さない、不便さを大切にした方が、物語がおもろくなる気がします。単に私の趣味です。
ーーーーーーーーーーーーーーー
あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
ーーーーーーーーーーーーーーーーーーーーーーーーー
作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
ーーーーーーーーーーーーーーーーーーーーー
>「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
良かったかも。
======================
今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
①タカラジェンヌを目指す学校内で、ラジオとかで阪神競馬場を傍受しながらチロルチョコとかでトトカルチョしているのが、教師にバレる。
②普段使わないレッスン場に呼び出し食らって吊し上げ。てっきりトトカルチョが原因で怒られると思いきや、「学内で怪しいドラッグを売買している疑惑」というトンデモナイ理由で主人公達は絶句する。
③だが事情聴取を受けるうちに違和感を感じ、どうにも裏があるんじゃない?と考察し情報収集を始める主人公
④ドラッグ疑惑のせいで練習や食事等を他の生徒たちと接触禁止にされてしまい、レッスン場にほぼ軟禁されてしまっていた主人公だが、見張りの人やレッスン場に積み捨てられていた古い新聞の内容から、このレッスン場で過去に血生臭い事件が起こった事実に至る。
⑤とある花形の娘役がドラッグ疑惑によって主役を降板させられてしまい、そのことにショックを受けた彼女は屈辱と抗議のために、レッスン場で彼女が演じるはずだった主人公の服を着て、自殺してしまったのだという。
しかも、当のドラッグ疑惑は、彼女があまりに卓越したダンスを踊れる事に嫉妬した生徒たちが「あの子のダンスが巧すぎるのはドーピングのせいじゃない?」という誹謗中傷が伝わるうちに変化したデマでしかなく、少し調べたら明らかになるような些細な物であった。
⑥以降、そのレッスン場では怪奇現象が多発し、もっというと彼女が演じるはずだった演目を練習していると事故まで発生するようになり、彼女の名前と彼女が主役を張る予定だった演目は学園から消される事になった。
⑦彼女の名前と彼女が演じるはずだった演目の題名を、主人公達が声に出したその夜から、彼女の亡霊が夜毎現れて徘徊するようになってしまう。
みたいな。
ーーーーーーーーーーーーーー
一番大事にしたいコンセプト部分が、ちょっと分からないかも。
服もですが料理の説明が詳細で、けっこうおもしろいですが、演目メインにしたい作品だとちょっと邪魔な気もします。
',
'score' => '1',
'created' => '2022-08-19 18:34:58',
'story' => '8',
'no' => '11',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 7
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2135',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '11',
'comment' => 'これまた追加
香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
寿国縁起とかの大乗テーマなら「汽車を巡る、動きまくるヒロイン達」とかにして、エピソード主を切り分けてもアリかも?',
'score' => '0',
'created' => '2022-08-19 19:16:43',
'story' => '9',
'no' => '12',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 8
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法 」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー 世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2136',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '12',
'comment' => ' >読むせんさん
ドラコンです。
>一番大事にしたいコンセプト部分が、ちょっと分からないかも。
この作品は、「やりたいことを一応全部ぶち込んだら、こうなっちゃいました」との作品です。身も蓋もありませんが、コンセプトは「銀鈴虐め」です。
最初にパッと思い付いたのは以下の感じでした。
1、銀鈴が演劇で悪妃に虐められる役で、庭の石畳磨きをしている場面を炎天下で稽古している。
2、熱中症で銀鈴が倒れかけたところに、皇太后がやってきて、稽古熱心な銀玲をほめる。
これだけでした。
牢獄での「幽霊調査」は、「別枠」で、「秋水から、『牢獄で幽霊が出る』との噂を相談された銀鈴が、芳雲とともに牢獄に潜入する」だけでした。
このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
>家電の置き換えの時に「マホウ」という言葉を使ってしまうだけで、「チート系糞魔法」を瞬間的に連想してしまう場合がある感じです。
>たとえば「術具」「宝貝パオペイ」「寿具」あるいは「呪具」や「魔道具」など、器物依存の名称にして「マホウ」というチートっぽい言葉を避ける、とかでもいけると思います。「呪符」とかも使い捨てカイロ感覚でいけるかと。
返信では、簡便に「魔法」「魔法道具」としていますが、作中で魔法道具を示すなら、「仙具」「宝貝」「宝具」あたりの語を使うつもりではいました。
>家電に対する「電気」みたいに、それ単品を人間は持ち運べず、バッテリーや乾電池などの魔石や呪石という「容器」の必要がある的な。
これも考えてはいました。例えば、電話相当の鏡なら、電話料金分のお札を買って裏側に貼り付けておいたり、使っていくうちに曇ってくるから磨き直しに出したり、という感じです。
>あ、あと【無邪気の相】のくだりが、ある意味邪魔かも?
>銀鈴はなんか理由を教えてもらえないまま皇后位に据えられ、皇帝と一緒に仲良くいるくらいの方が読者的には「主人公は、どうやって皇帝を射止めたのだろう?」「皇帝は銀鈴のどこに惹かれたのだろう?」という謎を抱えます。
>ちょっとチープかもですが「その謎の答えを知りたい」と思わせながら銀鈴を知っていけた方が、読者的には魅力的に映ると思います。銀鈴わりに賢いし、かわいいんですから。そんな盛らなくていいかも?
そうですね。銀鈴が、「皇后であること」の説得力のために先に書きました。ですが銀鈴の「無邪気の気」は、「後宮太学受験者の履歴書の中で、仁瑜が特に魅かれたのが、銀鈴の履歴書だった」程度にぼかしておいても良かったかもしれませんね。
>作業用BGMにしちゃろ、と思い、読み上げアプリに落としてみました。ざっくり2時間30分の物語になっていて、香々がフォアジャオ齧りだしたのが45~1時間くらいの位置です。
>出るのおそい!!(´Д`)理想を言うと30分くらいには予兆とかが欲しいです。あと1時間分くらいまだ聞いてないです。
書き終わって、思いのほか分量があったのには驚きました。
一応、予兆としては、「●銀鈴、姉弟子の取り調べを受けるのこと」で、芳雲が取り調べを行う前に、銀鈴たち3人に「皆さん、この部屋に何かを感じませんか?」と聞いています。また、この後も芳雲が、「銀鈴、そのほうのところへ、芬将軍より『永巷での幽霊騒動について』との報告書がいっています。読まなかったのですか?」とも言っています。
さらに、「●銀鈴、獄中で差し入れを受け取るのこと」で、夕食後に「気にしてない、って、秋水からの『永巷での幽霊騒動について』の報告書があったでしょう。報告書は、ちゃんと読まないとダメよ」と、茘娘が言っています。
そもそもこの項の「差し入れ」というのが、銀鈴たちが「幽霊除け」と判断した(実際は、正反対の「幽霊おびき出し」)のお守り袋です。
これでも、「幽霊が出る」予兆としては、弱かったのでしょか? それとも「●銀鈴、獄中で差し入れを受け取るのこと」の項の中で、銀鈴が「赤毛の美女(香々)」をチラッと見る場面を入れたほうが良かったのでしょうか? (銀鈴は寝ぼけて勘違いしたと判断)。
>裁判あたりの印象として3人娘のセリフの後に解説が来るようになるので「え?なに?それ?なんか大変なの???」と、深刻な話題の時に置き去りにされる感がけっこうあります。
作者コメントの「3、地の文のうち、「発言者を示す」「視点人物の心情」「背景事情」「キャラの仕草や表情」の書き方がよく分からない」が、まさにこれです。
裁判場面は特に、最初に台詞だけ書いて、後から地の文を埋め込んでいく、との書き方をしました。台詞の前に、発言者を示す地の文があると、だれが発言しているのかが分からなくなったので、台詞の後に発言者を示し、解説を加える方針で書きました。どのタイミングで、どう解説を入れるかが、非常に悩ましかったです。
>今回の話ってザックリざくざく改変すると、日本の宝塚音楽学校でも似たような展開で説明できると思います。
ネタ元がよくお分かりですね。私も、宝塚歌劇団や宝塚音楽学校に詳しいわけではありません。ですが、「女性だけの劇団」といえば、宝塚歌劇団ですからね。しかも、鉄道会社阪急電鉄系です。
>香々との汽車のシーンがめちゃ詳細で楽しいんですが、香々の背景が暗すぎてバグる(;´・ω・)
構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
>ここのエピソードとかは単に墓で眠っていた香々が一人で動く根性の無い小娘に憑りついて、一緒に汽車旅!とかのシンプルな形で読みたいかも。
ここのエピソードは、なくても良かったんです。ただ、もともと「鉄道が存在する中華風ファンタジー世界」を書きたいとの思いで書きました。
その上、読むせんさんが「今なら鉄道があるから、秘伝書を取りに行くのに昔ほど時間がかからないだろうし。牢屋の中で閉じ込められていた皇后さまに、生きている人間では見る事ができなかった「新しい時代」を見せてあげて欲しい」( https://www.raitonoveru.jp/counsel/novels/thread/13078 )とおっしゃってくださったので、この項を付けたしました。
「楽しい」と評価してくださり、ありがとうございます。',
'score' => '0',
'created' => '2022-08-19 20:51:41',
'story' => '10',
'no' => '13',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 9
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2137',
'title' => '訂正・追記',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '13',
'comment' => ' 訂正です。
【誤】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から取り調べをされる」ネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
【正】このサイトに新掲示板がなかった頃ですから、10年前後前に「鍛錬投稿室」へ、「銀鈴が、忠元と芳雲から『役儀により言葉を改める』と前置きされて、『時代劇調』の取り調べをされる」とのネタを投稿したことがあります。ある方にこのネタが受けたので、もう一度やってみたかったんですよ。
ここからは追記です。
とはいっても、書いていて、ちょっと恥ずかしかったですが。
',
'score' => '0',
'created' => '2022-08-19 21:03:24',
'story' => '11',
'no' => '14',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 10
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2138',
'title' => '訂正・追記の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '14',
'comment' => '>構想段階のご回答で、銀鈴をあれだけ「不幸娘」にしようとしていた、読むせんさんのお言葉とはとても考えられませんが。
作品コンセプトによります。
たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
やっかみとかは上にいけばいくほど出てくるから、どうあがいても不幸はふりかかると思います。
ついでに、ある程度長編になると、銀鈴は物語を面白くするための不幸が必要になりそう。
みをつくし料理帖って本にかいてあって「あー、そうかも」となったんですけど、作中そこそこの大棚の娘に「天下取りの相」が出ていると皆よろこぶけど、当の娘は暗い顔。
「我が家くらいの店の規模で天下なんて取れっこないのに、天下取りだよ?」
「天下を取れるか、はたまた死ぬかって事なんだよ、きっと」
‥‥みたいな。天下取りの相を持つ娘の運命は、実際に苛烈な物になりました。
社会的なステータスが上位になるほど、面倒くさい嫌な事がセットになるのは有ると思う(;´・ω・)
ーーーーーーーーーーーーーーーーーー
虐めや残酷さにもお国柄がでて、今だと韓国ドラマの虐め演出のえげつなさに感心したりします。
もし、日本のドラマで韓国ドラマじみた虐めシーンを演じても「いや、日本じゃ普通そこまでやらんだろ」って普通にスン‥‥ってなりません?
中国の虐め感とかだと、なんとなくスカッとサイコパスな印象。
皇帝以外はみな上司がいる超縦割り社会的な世界設定なので、上の人に悪評やデマを吹き込めば、上司1人の一存で首切り(物理)が確定。そいつのプライドや誇りを、心を折るためにあらゆる糞な行為を、自分の手を一切汚さずサラっとビジネスライクに行えてしまう。
日本人なら気に入らない創作キャラやマンガのキャラに敷き写し、キャラを不幸にして「ザマァwww」な行為を本人に実行しちゃう。みたいな物騒さや機械的な不気味さ、現実感の無さが中国にはある気はします。
日本の虐めだと恥の文化なので対象に恥をかかせる一方で、いかに自分が被害を被らず実行犯にならず、部外者として逃げきるか?自滅させるか?という狡さがあり粘り気や湿度が高い気がします。
なので、不幸を日本人が書くと、ついねっちょりしちゃうんですけど、中国的な不幸ってスカッと地獄感がある気がする―———とかを当時、うまく言語化できなかった感じです。
ーーーーーーーーーーーーーーーーーーー
今だと林田球の「ドロヘドロ」ってマンガやアニメの空気感が中華だと思う!!とか言えます。
',
'score' => '0',
'created' => '2022-08-20 08:43:15',
'story' => '12',
'no' => '15',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 11
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2139',
'title' => '訂正・追記の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '15',
'comment' => '雑談っぽくしてしまいましたけど、まあ空気感とコンセプトの誤解を伝えたかった感じです・・・(-_-;)
とりあえず纏めきれてしまったけれど、全体的に特濃なので分割したり別コンセプトで描いても良かったかも?ですねー。
ーーーーーーーーーーーーーーーーーー
私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
男性向けだと超能力で察せちゃった!とか盗聴スキルや諜報部の仲間が内情全部スッパ抜いて教えに来てくれるとか、今回だと香々が全部聞いて来て教えてくれるとか「御都合パート」でやっつけちゃう部分だと思います。
ーーーーーーーーーーーーーーーーーー
香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
一方で、銀鈴が香々に抱きしめられるたびに「あ、涼しい」と言っている警戒心の無さと、彼女を助けたいライチちゃんとナツメちゃんの必死さが馬鹿馬鹿しくて可愛いかったです。',
'score' => '0',
'created' => '2022-08-20 09:57:19',
'story' => '13',
'no' => '16',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 12
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説 『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2140',
'title' => '訂正・追記の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '16',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
> たとえば、よくわからないままタカラジェンヌの花形に冴えない一年生が抜擢されたら、どうやっても虐めは発生すると思います。夢と希望と野望をもった誇り高い少女達から「なんでアンタなのよ!!」とかはなる。
これは少しは考えていまして。ですので、ガス抜き(?)で、銀鈴に「虐められる役」がいってしまう、という感じです。虐めるが側も、虐められる側も「舞台の上だけだから」とあっけらんとした感じになればいいのですが。そのぶん、舞台の上では容赦なしですが。
>香々が出始めてからは彼女が鬼霊のたぐいのわりにフレンドリーで、明るく出ずっぱりなのに「長いね!?」となりました。
>中国の幽霊は非業の死のわりに楽しく酒飲んで生者と騒いだり、恨み言とかをネチネチしないタイプが多い。
>または恨みの念が深すぎて完全にバケモノ化して人間をバリバリ喰うとかが多いですね。ただ、日本人にはその鬼霊感がないので、日本の幽霊っぽさが無い彼女の言動にまごつくと思います。
うまくいった、と解釈して良いのでしょうか? 香々は、書いていて「幽霊っぽくないな」とは感じていました。
一応、中国の幽霊については調べました。ただ、中国の怪奇小説『聊斎志異』も手元にありますが、特別読み込んだわけでもありませんし。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これには自覚がないんですよ。銀鈴に限らずですが、書いていて、このキャラが「何でそんなことを知っているのか? 分かるのか?」という感じでした。
',
'score' => '0',
'created' => '2022-08-20 10:36:11',
'story' => '14',
'no' => '17',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 13
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説 での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2141',
'title' => '訂正・追記の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '17',
'comment' => '>まくいった、と解釈して良いのでしょうか?
寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
=====================
>これには自覚がないんですよ。
ーーーーーーーーーーーーーーー
「わたしたちって、賭けコオロギ相撲大会潰しの見せしめで、生贄よね? 、そのわりに見せしめ感が弱いから変」
「そうなのよね。中庭掃除だけだったら、普段の仕事よりも楽なのよね。ある意味、お休みをもらったようなものだし」
「①閉じ込められて、②囚衣を着せられているけど、③労役もただのはき掃除だし、
朝餉の花捲(ホワジュアン)は消えたけど、④朝昼晩三食ちゃんと出てくるわよ。
⑤お菓子も、お茶も、本も言えばいくらでも差し入れてくれるし。⑥これで罰なの?
陛下も、越先生も、一体何を考えているの? 何か裏がありそうよね。
だいだい茶番裁判の最後に、越先生はこう言ってなかった? ⑦『コオロギ賭博事件、及び蟲毒・呪詛の件は、落着!』
って。お芝居の裁判場面のシメなら、普通『これにて、一件落着!』じゃない? 『コオロギ賭博事件と蟲毒・呪詛』って、
わざわざ事件を限定してるわよ。別に何かあるんじゃないの?」
とかのクダリっす。
ーーーーーーーーーーーーーー
まるで晒し物かジョークグッズじみた囚人服を着せられる(晒しもの目的?)
小道具でしかないものの拷問具部屋に連れていかれる(むしろシチュを整えてめちゃ厳しく威圧する目的?)
「皆さん、この部屋に何かを感じませんか?」
「特に何も感じないわ」
「私も何も感じないわね」
「拷問部屋なので、気持ち悪いけど、それ以外は、特に何も」
芳雲の問いに、銀鈴、茘娘、棗児の順に答えた。
「そうですか。では、取り調べを始めましょうか」
このクダリに「いや、ナンヤネン」というギャグ感と違和感
(なんか、芝居がかってたし、手回しも良過ぎない? 茶番っぽいし、遊ばれている感じもするのよね)
ほんとに死罪もあり得るなら、今ごろわたしたちは鉄の首輪、手枷、足枷をつけられているわよ。こんなごはんも食べられないわよ。それどころか、わたしはお薬を賜って、二人は酷い拷問に遭ってるんじゃない?
ここ辺りで変なお守りを貰い、お守りデザインの違和感も抱いてる。
「拷問に遭わなかったどころか、お風呂に入らせてもらえたわよ。お芝居や小説での重罪人は、お風呂はもちろん、体をふくことすら許されず、拷問に遭って、体は傷だらけ、垢まみれじゃない? 髪も結うことも梳(と)くこともできず、垂れ髪か、短く切られるんじゃない?
わざわざ皇帝が面会に来る。皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ガチの大逆なら差し入れなんかもらえっこないし、皇帝も裁判長サイドが、大逆事件を起こしていない事を確信している事をリーク。
なのに賭博罪にしては罪が重そうな境遇にされている。晒し物のような格好をさせておいて実際には晒し物にはしない。なんかオカシイ。
ーーーーーーーーーーーーー
今回の騒動の目的
①無罪なのに裁判長がごっこ遊びをして遊んでいる
②ガチ大逆罪疑惑に発展している
③女生徒共は悪質な事するんじゃねーぞゴルァ!!な晒し物にする
④マジ処罰(トトカルチョの方)
実際どれでもないんですよね
ーーーーーーーーーーーーーー
たしかにチグハグなのがが分かるように書けていますし、そのチグハグさの探りや起点が銀鈴の行動にちゃんとあります。
まめに誰かが別々に様子を見にくてくれるのも、どこか三人娘を「観察」している感じがでています。
【ウミガメのスープ】あるいは【ラテラル・シンキング】ゲームみたいになっています。
ーーーーーーーーーーーーーーーーーー
理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。',
'score' => '0',
'created' => '2022-08-20 12:50:33',
'story' => '15',
'no' => '18',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 14
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2142',
'title' => '訂正・追記の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '18',
'comment' => ' >読むせんさん
ドラコンです。過分なお褒めにあずかり、恐縮です。
>寿国は寿国であって厳密には中国ではないので、幽霊のニュアンスを中国仕様にするなら、日本読者のための寿国の幽霊観の説明が必要になりますねー。
確かに「寿国の幽霊観」は書いておくべきでしたね。前に申し上げた通り、「中国の幽霊」は少しは調べました。ですが、「日本の幽霊」には無知なので、その差異がイマイチ分からないですね。
>私的にスゴイと思ったのはアナログでの銀鈴の察しの良さと、それを演出できた部分。
>自分の状況と組み合わせつつ、相手のリアクションや言葉尻とかから相手の狙いを見当つける銀鈴は聡明だと思ったし、その検討のつけ方が読者的にも納得できるアナログ形式ですから。
これは、香々が現れる前の「銀鈴の獄中での裁判へのツッコミ」でしたか。
ご丁寧なご感想、ありがとうございます。
銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
それに、「投獄・裁判が茶番」と示せればいいな程度に、それほど深く考えずに書いたことでもあります。
>皇帝に媚びた振りしつつ詳細を探る、ついでに差し入れに法律書をねだる。持ってきてもらえる
この箇所は、銀鈴の「無邪気」「天真爛漫」のキャラ付けからは反するので、ツッコミがあるのでは? と考えていました。銀鈴が「悪女」っぽくも見えましたので。
むしろ、最初のコオロギ賭博の場面で、銀鈴を勝たせたことにツッコミが来ましたからね。
>理想を言うと、ライチちゃんやナツメちゃんの食欲がない時に、ご飯がふと減っていて、「二人ともちゃんとご飯食べてる・・・・けどいつ食べたんだろ?」とか違和感の挿入があったり、
自分たちが【泳がされているか観察されている、囮にされている】ことを自覚。
香々が出る直前に、「ここに何かヒントが入っていそう」と目星つけて、もらったお守りを自力で破き、中から逆作用に改造された幽霊除けの呪符が出てきた‥‥とかの展開あっても良かったと思います。
そっちの展開のほうが良かったかもしれませんね。書いていて、銀鈴が「操り人形」になっている感じもしました。',
'score' => '0',
'created' => '2022-08-20 20:49:29',
'story' => '16',
'no' => '19',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 15
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法 の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2143',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '19',
'comment' => '> 銀鈴の「裁判へのツッコミ」は、実は書いていて違和感があった箇所です。いくら銀鈴が皇后で、周りに判事の忠元と芳雲が居るとはいえ、「14歳の女の子が刑事裁判実務に詳しいのか?」と。
魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
「あなた、そんな事まで調べてたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
ーーーーーーーーーーーーーーーーーーーーーーーーー
男でなく女の子なので、時にあざとく振る舞うのは有り。女の子の前では図太く、逞しく。男の前では子猫のように愛らしく媚びたり、裁判官の前では誠実に。POに分けて態度を付け替えるしたたかさは可愛い。カワ(・∀・)イイ!!。可愛いやろがい。
無邪気に固執しなくても、基本は素直なのに時に悪女っぽさがありつつ豪気さがあって、そのくせイチジクは盗み食いしちゃう、いい感じに小物感もある主人公って、女の子ウケがいいと思います。
なんかよく分からん無邪気の相とやらで無条件に愛されるより、ずっと納得できる人徳のスタイルですよ。
ーーーーーーーーーーーーーーーーーーーーーー
コオロギ捕獲に関しては
寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
「あなた、そんな事までやっていたの?!」
「そこまでガチだったとは‥‥」と、二人にドン引きさせたらOKです。
',
'score' => '0',
'created' => '2022-08-21 09:22:46',
'story' => '17',
'no' => '20',
'person_id' => '108'
],
'people' => [
'id' => '108',
'name' => '読むせん'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 16
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。
>読むせんさん
いつもありがとうございます。ドラコンです。
>魔法 の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2144',
'title' => '訂正・追記の返信の返信の返信の返信の返信の返信の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '20',
'comment' => ' >読むせんさん
いつもありがとうございます。ドラコンです。
>魔法の言葉としては、「極道は、だいたい法律に詳しい」ですね。
>ルール違反スレスレの事をしたいやつは、関連法律をけっこう事前学習してます。
コオロギ賭博を始める時点で「どこまでやると違反なのか?」を調べていそう。
裁く側からすると、これが「いちばん厄介」ですね。銀鈴が事前に法律を調べていたら、現金は賭けないでしょうから、この話自体が成り立ちませんが。
銀鈴の「妙に凝り性で、役と同化しやすいタチ」で、強行突破しても大丈夫そうですね。
> 寄って来てくれたのは事実だが、コオロギ・スカウトのために便所裏から天井裏まで、毎晩毎晩後宮中を這いまわってスーパー・コオロギを探していたため、目撃者が銀鈴を「蜘蛛女」とか「四つん這い幽霊」と勘違いして幽霊騒動に拍車を駆けていた・・・・とかでもいけると思います。
これはやっておくべきでしたね。「演劇」のほうにばかり意識がいっていました。書きたい場面を書いてしまうと、執筆意欲が低下し、何とか「完成」の体裁まで持っていくのがやっとでした。推敲も、若干の表現修正と、誤字・脱字の発見で手一杯でした。内容のほうまでは、とても手が回りませんでした。執筆体力のなさを痛感しています。',
'score' => '0',
'created' => '2022-08-21 14:12:15',
'story' => '18',
'no' => '21',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 17
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法 的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 239 ]Code Context </ div >
<?php if (!empty( $novel [ 'novels' ][ 'improvementl' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 長所。良かった点 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 長所。良かった点
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法 的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 248 ]Code Context
<?php if (!empty( $novel [ 'novels' ][ 'good' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 良かった要素 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 良かった要素
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2130',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
',
'good' => '1 3 4 5',
'parent_no' => '1',
'comment' => '執筆お疲れさまでした。
銀鈴が同期とコオロギ賭博をやっているところまで読みました。
すみませんが、9月末まで予定が入っているので、これ以上はお手伝いできなくて申し訳ないです。
序でさらっと後宮の説明があったのは良かったです。よくある寵愛を競う後宮ではないことがすぐに伝わりました。
前作のあらすじにも触れてあったので、そこも親切で良かったと思いました。
衣装の説明があったので、昔風なデザインだと伝わって良かったです。
魔法的な能力もあると、世界観が早々に伝わっていて良かったです。
特に読みづらい文章はなかったと思います。
気になる点は、他の方とほとんどかぶってますね。
・場所が「後宮」だけの説明で、どんな雰囲気の建物なのか触れていなかったです。
「全寮制の女性だけの劇団、そして女性官吏の独身者寮である」とあるので、昔からある中華風の後宮と同じイメージではなく、現代風の建物を読み手に想像される可能性もあると思いました。
・後宮内のとある空き部屋で、氷風扇を回す意味が分かりませんでした。
暑かったんでしょうか? それともコオロギ賭博で必要な行為だったんでしょうか?
暑いなら、建物と一緒に描写(瓦が強い日差しを照り返している、など)や、「冷たい風を送ってくれる」だけではなく「蒸し暑い空気が薄まる」などが書かれていても良かった気がしました。
「夏向きの麻地」と衣装の説明があり、季節が夏だとここに書かれていますが、直前で登場人物の説明が三人一斉で覚えにくかったのもあり、頭の中で印象に残りにくかったです。
・「三人の少女が、卓に置かれた桶を囲んでいた。」とあり、三人の説明が区別なく同じように書かれていますが、誰が主人公なのか分かりづらかったです。
「銀鈴がいて、同期二人と遊んでいる」みたいにもっと主人公の銀鈴をメインに書かれた方が分かりやすかった気がしました。
・「これで五連敗だわ。」「ほんと銀鈴は、人徳があるわよね。虫にも好かれるんだから」
他の人も無邪気の人徳のことを知っているんですよね。また、日本円で一万円ぐらい負けていたら、ギスギスする人もいるかなって思いました。
「団体戦なんだから、二人もしっかりね」の言い方も、上司から部下に対する言い方のように感じます。
でも、同期の人たちはズルイと彼女を責めもせず、銀鈴の能力を知りつつ、たまに「銀后さま」と持ち上げるので、申し訳ないんですが「友人」ではなく「とりまき」や「配下」みたいに感じてしまって、主人公の銀鈴が魅力的に見えづらくなっていました。
また、同期の年齢が18歳、16歳と、14歳の銀鈴よりも上なのは、理由があるんでしょうか?
歳があまり離れてなくて同じほうが、友だちっぽい気がしました。
あくまで私ならですが、序盤で主人公に五連勝はさせず、むしろ負けさせるかなって思いました。負けてもギスギスしない主人公のほうが良い人に見えそうです。
また、同期の人は主人公の無邪気の人徳の件は知らない方がいいと思いました。知らないで付き合い続けたほうが、彼女の中身を気に入って付き合っているように見えるからです。
あと、コオロギに無条件に好かれるのも「魅了」みたいに感じられる原因になっている気がしました。
「相手を警戒させない」くらいの描かれ方のほうが、「魅了」には見えづらいかなって思いました。
それか、魅了的な能力でも、主人公のドジや能天気さによって(ゴールではなくスタート地点に主人公がいて、コオロギが戻ってくるなど)、賭博のように明らかな得をしないほうがいいので?とも思いました。
儲けちゃうと、無邪気ではなく、意図的に感じられる恐れがあると思ったので…。
色々と気になる点を書きましたが、あくまで個人の意見なので、合わなければ流してくださいね。
ではでは、失礼しました。',
'score' => '2',
'created' => '2022-08-19 10:26:32',
'story' => '2',
'no' => '7',
'person_id' => '30'
],
'people' => [
'id' => '30',
'name' => 'ふ じ た に'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 18
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法 道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット 段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2132',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '7',
'comment' => ' >ふじたにかなめさん
ドラコンです。お忙しいところ、わがままにお付き合いくださり、ありがとうございます。
この「●銀鈴、賭けコオロギ相撲に興じるのこと」の項は、正直めんどくさくなって、事務的に書いた場面です。書きたい場面を書いて、「書きたい衝動」がある程度収まっていましたので。順不同で、書きたい場面から書いたこともあり、この項はさっさと終わらせて、銀鈴の取り調べ、牢屋、裁判の場面につなげたかったんです。
氷風扇は、「家電置き換えの魔法道具」があることを示すのが目的です。ここで、何かしろの魔法道具を使っておかないと、後の場面で魔法道具が出てきても「唐突」と感じるか? と考えましたので。ですので、灯でも良かったかな? と考え直してもいます。なお、灯は別の場面でちらっと出てきます。
建物関係の描写は後の場面でやっています。「●銀鈴、賭けコオロギ相撲に興じるのこと」は、冒頭も冒頭なので、登場人物の紹介をした上に、建物までくどくど書くと情報過多になるかな? とここでは省きました。
「銀鈴、茶番裁判に付き合うのこと」での裁判は、儀式を行う宮殿でやっています。この項の冒頭で、後宮の建物について書いています。
ほかには、牢屋の庭掃除の場面の「●銀鈴、労役に服するのこと」や、ネタばらしの「●銀鈴、皇后宮へ戻り、ブチギレるのこと」、オマケの「●銀鈴、ご褒美に温泉旅行に連れて行ってもらうのこと」でも、建物描写はあります。
コオロギ賭博も、もっと資料があればアイデアも出たかもしれませんね。手元の中国史本では、「コオロギ賭博が流行っていた」程度しか書いていませんでした。
侍女二人も、後の場面では、銀鈴に遠慮なく酷いことをやっています。作中劇『梨妙音伝』(プロット段階での仮題『新人女官伝』)で、銀鈴が虐められる場面では、二人とも遠慮なく銀鈴を虐めています。ついでに、『梨妙音伝』の台本も、侍女の案で銀鈴虐めが過激になっています。
執筆体力のなさを痛感しています。書きたい場面を書いてしまうと、急に執筆意欲が低下しました。何とか「完成」の体裁を整えるので、精一杯でした。
推敲も、誤字・脱字の発見と、若干の表現修正がせいぜいで、大幅な内容変更までは、とても手が回りませんでした。',
'score' => '0',
'created' => '2022-08-19 13:06:50',
'story' => '3',
'no' => '9',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 19
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2133',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 質問追記です。
読むせんさん、ふじたにかなめさんのご意見を拝していて、こう感じました。
「●銀鈴、賭けコオロギ相撲に興じるのこと」の項はなくして、いきなり「●銀鈴、姉弟子の取り調べを受けるのこと」にして、コオロギ賭博は地の文で軽く触れる程度、にしたほうが良かったのでしょうか?
そうなると、皇帝・仁瑜と、仁瑜の側近で判事の忠元の出番がかなり遅くなってしまいますが。
「●銀鈴、賭けコオロギ相撲に興じるのこと」で、銀鈴をコオロギ賭博に勝たせたのも、侍女二人に銀鈴を称賛させたのも、うっぴーさんの創作論( https://twitter.com/ranokenn/status/1557692892231176192 )「なろうも毎話、必ず主人公を褒めるべきだと言われています」「「主人公=読者」なので確実に喜んでもらえます」にならいました。ですが、少なくとも冒頭では、うまくいかなかったみたいですね。他の場面はどうか分かりませんが。
',
'score' => '0',
'created' => '2022-08-19 14:06:12',
'story' => '2',
'no' => '10',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 20
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2149',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '10',
'comment' => ' お世話になっております。大野です。
すみません、先ほど批評を投稿したのですが、こちらの勘違いで『たのもー(ボコボコにしてください)』の方向けのかなりキツイ投稿をしてしまい、正直見る人によっては気分を害されると思うので、管理者さんに連絡して削除してし貰う事にします。
迷惑をかけて申し訳ありません。',
'score' => '1',
'created' => '2022-08-23 07:25:22',
'story' => '3',
'no' => '23',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 21
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジー らしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説 だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 239 ]Code Context </ div >
<?php if (!empty( $novel [ 'novels' ][ 'improvementl' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 長所。良かった点 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 長所。良かった点
長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベ としては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベル と言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター 以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジー としての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 248 ]Code Context
<?php if (!empty( $novel [ 'novels' ][ 'good' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 良かった要素 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 良かった要素
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2148',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => ' 長所コーナーですが、総評を書きます。
正直に申し上げれば、『一般向けとしてはともかく、ラノベとしては世界観がうるさすぎて内容が頭に入ってこない。地の文が平坦すぎて、なお一層内容が頭に入ってこない』でした。
ライトノベルと言うのは、その名の通り『ライト』である、言い換えれば『読みやすい』事に意味があると感じます。
一般文芸であれば、多少難解な時代作品であっても『当時の雰囲気を表すため』と許されることもありますが、ライトノベルにあっては、そういう風潮が薄いように感じます。
設定面に関して言及すると、辛辣な言い方になりますが『上っ面と単語だけ借りて来たような』感じがしました。
後に言及する地の文とも関係のある事なのですが、地の文に占める設定説明の割合が著しく多いです。しかも、本編の内容とあんまり関係ありません。
『やたら難しい名前の建物が出てきて、その作りや、そこで行われるイベントが説明された後、それが裁判所であると付け足される』みたいな文章や『女官や士官の衣服を描写して、その色がどういう官職の人物なのかを書いた後、その官職がどういう仕事をする人なのかを書く』みたいな文章。それらが、尺の結構な割合を占めています。
その割に、皇帝はフリーダムに動き回った挙句やたらフランク・配下を『師兄』と呼ぶなど威厳に欠け、『後宮志願者の履歴書を皇帝が直々に見る』などの地味に手間がかかりかつ問題点のありそうな政治システムが放置されており、しかも皇帝の一存とはいえ『農家の娘が皇后になれる』程に国内の貴族派閥が弱かったりする。
後まあ、裁判のシーンで皇太后居るのに皇太子でてこないのなんで? とか、。皇帝の居る裁判の場に傍聴人がいるのは、警備の都合上マズくない? とか。
他にも色々ありますが、言葉や単語に設定が集中している割に、政治周りや皇帝の行動などにご都合感を感じます。
あと、物語の根幹に突っ込むようですが、中国における幽霊は日本におけるそれより相当恐れられており、所謂『悪霊』に寄った存在と認識されがちです。
まあ、時代にもよりますけどね。
一般に、『天寿を全うした先祖を、正しく祀った場合』などは『子孫を守護してくれる存在』と言う扱いになりますが、そうでない物、特に牢獄なんかに出る霊に関しては『キャー、怖い』で済むレベルじゃない扱いを受けます。と言うか、『キャー、怖い』が出来たとしたら相当肝が据わってます。
少なくとも、作中のように『被害は出てないみたいだし、大丈夫じゃない?』みたいな大らかな対応ができる存在ではないです。文化圏のリアリティを追求するなら。
後もうちょっと言えば、『300年も一人でいた』のに怨念その他拗らせて悪霊化しなかった香々ってのにオカルトマニアとしては違和感を感じました。
地の文について。
読んで一番違和感を感じたのがこれでした。何せ、ほぼ全ての文章が
①設定の説明か情景描写。或いはキャラの外見描写。
②『誰が何をした(頑なに、全て過去形)』
のどちらかです。
まず、設定説明が多いのが問題です。キャラに関係のある物でも、キャラクター以上にその役職や衣類を掘り下げていたのでは、意味がありません。結構な量を削った方が良いと思います。
それから、徹底した過去形。何か意図があってやった事ですか? 個人的に感じる所として、同じ文尾・文型が続くせいで読み間違えやすい上、常に過去形で書かれるせいで躍動感も勢いもなく、話への没入感が著しく削がれます。
それから、書かれていないことについて。
まず、全体的に感情が薄味です。とっても。銀鈴の言葉を借りるなら、『重湯同然のお粥』くらいに。
ウィットにとんだ会話や、丁々発止のやり取りはあるのですが、香妃の恨みや銀鈴の感情などが最低限しか見えず、『そういや、「怒ってる」って書いてあったっけなぁ』くらいにしか感情移入できません。
情景・設定説明を省いて、もうちょっと彫り込んだ感情描写を入れられませんか?
終盤まで、ほぼ全く感情移入できず、ただ情景描写と設定説明を読み続けた感じでした。
あと、秋水がアッサリ幽霊を香妃だと信じるシーンなんかが顕著なんですが、展開がひとつひとつ淡白、っていうか雑に感じます。もう少し、『疑う』とか『驚く』などの『溜め』を意識して欲しいです。
一番重要なのは、この作品の『カタルシス』がどこにあるのかわからない事。
銀鈴が何かをする訳でも無く、成長するわけでもなく、ただただ皇帝の策に巻き込まれ、香妃と出会い、皇帝にネタバレされ、温泉旅行に連れていかれる。
どこか、盛り上がる要素がありますか?
どこか、銀鈴が能動的に何かをやって事件を解決したり、物語を動かしましたか?
きっぱり申し上げれば、『物語の展開』と言う意味に於いて、銀鈴は『コオロギ賭博をやった』以上の事をしていないように見えるし、そもそも銀鈴が主人公である必要性を全く感じませんでした。
以上。
俺としても誠に遺憾なのですが、長所に対する記述はありません。
物語としての没入性、盛り上がりが無く。
感情移入する要素があまり感じられず。
中国ファンタジーとしての設定説明に終始した結果、キャラに対してあまり愛着がわきませんでした。',
'good' => '1',
'parent_no' => '1',
'comment' => ' いつもお世話になっております。大野です。遅ればせながら読ませていただきました。
ご存じかも知れませんが、俺は基本『叩いてるの?』ってレベルで批評をするタチなのですが、ドラコンさんはどうも歴が長いようなので、その前提でかなり踏み込んだ内容で批評させていただきました。不快・合わないように感じられたら無視してください。
少し急ぎ足で読ませていただいたので、他の方の批評・返信は読んでいません。悪しからず。
先に、ここまで読むのが遅れた理由を書きます。それは、読むのを意図的に避けていたからであり、その理由はただ一つ。
『漢字が多く、読みづらい』です。
俺が年なのかもしれませんが、漢字が多すぎると、目がチカチカしてきて読みづらいんですね。
恐らく、『中国ファンタジーらしい雰囲気』を出そうとなさったんだと思うのですが、ハッキリと読みづらく感じました。
出来れば、キャラの名前をカタカナ表記にするとか、一般名詞をカナ表記可能な別の語に変えるとか、動詞・形容詞中心に意図的にひらがなに変更するなどしていただけると、もう少し読みやすいとおもいます。ました。
気になった点、いくつか読みながら羅列させていただきます。
1。冒頭の銀鈴・棗児・茘娘の紹介シーンなんですが、年齢順に並べているのは判るのですが、銀鈴が主人公であることをアピールするためにも、銀鈴を先に紹介して、他の二人を少し後の文で紹介した方が良いのでは?
2。『一品―九品まである、高等官の官等のうち、六品―九品の朝服の色』とありますが、九品官人法はあまり一般的ではない、と言うか俺も調べるまで知らなかったので、もうちょっと説明が欲しいです。説明することでテンポ感が損なわれるのなら、何か別の表現は出来ないのでしょうか。
3。物価の説明、要ります? あらすじを読む限り、作中大半は獄中で進むようなので、端から『一万両』という語句を出さず、例えば『一等地の料亭を一週間も貸し切れるくらい』とか表現できないでしょうか?
4。『天性の無邪気の気』に『馬から落馬する』ような覚えがしました。
5。履歴書に皇帝自らが目を通すという所で、『国が小さいのか大きいのか良く判らんな』と思いました。先代の後宮の人間、とか『気に長けた官僚の誰某達』とかではダメなのでしょうか。
6。忠元を『師兄』と呼ぶのになんか違和感。仁喩って、徳川将軍や最盛期の曹操のような『実質的な権力の皇帝』ではなく、天皇のような『権力かつ象徴としての皇帝』ですよね? 同門とはいえ、配下を師兄呼びすると主に他の配下に角が立つし、そもそも基本的に皇帝であれば、師の元へ行って学ぶのではなく、個人専用の家庭教師が付く物なのでは?
7。忠言と皇帝が賭博の現場に踏み入るシーン。皇帝がそんなフリーに歩き回って良いものなのか?
8。地の文における行動の描写の大半が『台詞+誰誰がこう言った』とか、『○○は△△した』みたいに過去形で描写されています。裁判のシーンなどの、感情の動きの少ない単調なシーンなどでは、似た様な文尾・文型の文章ばかり続くので、読みにくくかつ頭に入ってきにくいです。
現在形や倒置法などを使い、もう少し地の文にバリエーションを出してほしいです。
9。獄中での銀鈴たちの会話にちょっと違和感。銀鈴は皇后で、銀鈴が芝居をやった時の悪妃役は皇太后だったんですよね? 作中で銀鈴は『皇太后さま』と呼んでいますが、そもそも皇后の方が皇太后より立場が上では?
10。蠱毒を行う事が大逆罪であり、それが死罪になりかねないというのは一応言及があるのですが、三人の雰囲気が緩すぎて緊迫感が無いです。
銀鈴はまあ良いんですが、他の二人も『銀鈴アンタ落ち着きすぎじゃない?』くらいの事を言う物の、アクティブな方向性での切羽詰まった表現が無いように感じました。(食欲が無い、などの反応はありましたが、受動的過ぎて描写として弱く感じます)
11。以前どこかのスレで申し上げた事があると思うのですが、『文章と言うのは音である』と俺は思っています。つまり、『音で認識できない語句』は人間にとって読みにくいという話です。
作中、キャラの名前や各種用語が中国史をベースとした名前で主に構成されているんですが、常用漢字でない物・日本語的でない読み方の漢字なども多く、それらがノイズとなって読みにくくなっています。
12。銀鈴が農家出身とのことですが、皇帝の一存で皇后を決めれるほど国内の貴族派閥が弱いのですか? 普通だったら、まず予備審査の段階で身分低い奴は弾かれるんじゃねぇかな&予備審査クラスまで皇帝が履歴書見てるんだったら、何千枚単位だろうし、オーバーワークじゃない?
13。茶番裁判のシーン、読みました。蠱毒の嫌疑、要らなくない? 普通に単純賭博と後宮騒乱じゃダメだったんですか?
14。五分兄弟/姉妹って、ヤーさんの用語であって中国関係ないような。あと、三国志の劉備・関羽・張飛などが分かりやすいですが、義兄弟だろうが何だろうが身分の上下はキッチリと守るのが普通です。劉備三兄弟の場合、関羽・張飛は劉備を主君として立てている訳で。
15。銀鈴が香妃にいきさつを説明するシーン。読者は既に知って居る内容なので、こんな長々と語らなくていいと思います。ネット小説だったらブラバされかねないとすら考えます。『かくかくしかじかで~』と言うのは流石にアレにしても、地の文で『銀鈴は、やや大仰な手ぶりを交えながらこれまでの経緯を説明する』くらいに書いて、それに対する香妃の反応を書いて、で良いんじゃないですかね?
16。後宮が劇団であることに意味を感じませんでした。銀鈴がかつて参加した劇中劇が話題になる事がある物の、銀鈴たち三人が同門であることもあり、そもそも『彼女ら三人が同じ劇団出身であった』と言う設定だったとしても、ほぼ物語の進行に問題が無いように感じます。
もうちょっと言えば、『銀鈴は妄想癖がある、演劇好きの女の子』と言う設定でも行ける気がします。
総評は長くなるので『長所』の所にまとめます。
質問への回答。
1、設定説明・情景描写が多すぎます。『世界観がノイズになって、作品の内容が頭に入ってこない』レベルです。
2、ごめんなさい。香妃の故郷がシルクロードであることは判りましたが、1で述べた通り、煩雑な設定説明が多く、『ふーん』と読み流したのでほぼ印象に残りませんでした。
3,地の文が単調すぎます。読みにくいのレベルじゃないです。
4、全体的にご都合主義に感じます。と言うか、作劇的なカタルシスも、盛り上がりも、感情移入する要素もイマイチわからず、ご都合かどうか以前に『何が起こってるのか良く判らない』まま終わった印象です。
5、香妃の設定に関しては別にご都合に感じません。
6、裁判場面二回、以外にも要らないと思うシーン・描写が結構ありました。印象としては『何を見せられてるんだろう』です。銀鈴の感情的変化が無いし、香妃と出会うまで銀鈴が『物語に影響を出すような』事を考えたり、アクションを起こさないので、全体的に平板で退屈でした。シーンの繰り返し以前の問題を感じます。
7、作中劇、居る? 作中劇削って、銀鈴の感情や幽霊におびえる茘娘・棗児、恨みをこじらせてちょっと暴走する香妃などをもっと書いた方が良いと思う。
8、主人公が受け身で、設定説明の嵐でした。と言うか、若干物語としての崩壊すら感じます。
9、単なる事務作業で書かれたな、と言う感じがありました。っていうか、ほぼ全部の地の文が『誰が、何をした』なのはヤバいと思います。ました。
10、タイトルについては、『漢字が続いてて読みにくいなあ』と。内容を読んでも良く判らなかったので、言及のしようが無い。
11、ほぼ全員について、『脈絡のない行動』に見えるものがそこそこの数あったので、この四人に限った話じゃないと思う。
12、そんなことを言われても。
13、と言うか、ほぼ説明に感じました。
',
'score' => '2',
'created' => '2022-08-23 07:02:09',
'story' => '2',
'no' => '22',
'person_id' => '247'
],
'people' => [
'id' => '247',
'name' => '大野知人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 22
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2150',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => 'No:22 の 大野知人さんのご感想は、投稿者の大野さんご自身が、「削除要請」を出されました。これは「返信の取り消し」です。よって、No:22 のご返信は「ないもの」として扱います。ですので、読みませんし、返信の感想も申し上げません。
また、No:22 のご感想の引用も、お避け下さい。引用されたとしても、それには一切反応しません。',
'score' => '0',
'created' => '2022-08-23 10:05:29',
'story' => '2',
'no' => '24',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 23
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー 世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107) のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2151',
'title' => 'ご注意!',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => '【ご注意!】
・本作は、「鉄道が存在する中華風ファンタジー世界」がどう表現できるか? との実験作です。中華風ファンタジーと鉄道(特に、豊田巧氏の『RAIL WARS』『信長鉄道』、内田百閒氏の『阿呆列車』、大和田健樹氏の『鉄道唱歌』)がお好きでないと、好みに合わないかもしれません。あらかじめ、ご承知おきください。
・あらすじで興味が持てなければ、本文を読まれる必要はありません。無理に感想を書かれる必要もありません。私も、感想返しが必ずしもできるわけではありません。また、感想返しはご随意に願います。なお、ひと言でも良い点を指摘できる作品に限り、感想を書くようにしています。
・ご感想は、このサイトの「ノベル道場」https://weblike-tennsaku.ssl-lolipop.jp/review/novels/thread/2107)のほうへお願いします。また、ご感想投稿時には、投稿フォーム記入欄の注意書きを【必ず】ご確認ください。
・攻撃的、挑発的態度などのご感想は、「非表示」「ブロック」の措置を取りますことを、あらかじめご承知おきください。
・「ノベル道場」のNo:22 の 大野知人さんのご感想は、【ないもの】としてお考えください。このご感想は、投稿者たる大野さんご自身が、管理人うっぴーさん宛に「削除依頼」を出されています(システム的に削除は不可能でしょうが)。「削除依頼が出された」=「投稿者は読んで欲しくない」なので、【存在しない】ものとして扱います。ですので、No:22 の 大野知人さんのご感想の引用・言及はされないようお願いします。引用・言及されても、一切反応はしません。引用・言及されたご返信は、当方の判断にて、「非表示」「ブロック」を行うことがあります。',
'score' => '0',
'created' => '2022-08-23 15:11:39',
'story' => '2',
'no' => '25',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 24
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベ の標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説 の文章なら特に問題ないと感じます。
中華風ファンタジー の雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリー にメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 248 ]Code Context
<?php if (!empty( $novel [ 'novels' ][ 'good' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 良かった要素 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 良かった要素
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2183',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '',
'good' => ' 2 3 4 5',
'parent_no' => '1',
'comment' => '読了しましたので、感想を書かせていただきます。
文章は安定感があって読みやすかったです。ラノベの標準としてはもう少し軽快さやケレンがある方が受けが良いのかもしれませんが、仮に一般寄りの小説の文章なら特に問題ないと感じます。
中華風ファンタジーの雰囲気もしっかり表現されていました。服飾や料理などの使い方に旧掲示板の頃からこだわっていらっしゃっただけあって、そのへんはかなりこなれていると思いました。
現創作板の方で指摘させていただいた皇后投獄の不自然さについては、序盤から細かい伏線がちりばめられており、工夫されていると思いました。違和感は完全に払拭はされてはいないにしても、かなり緩和されていることは確かでしょう。
全体の印象としては、一言でいうと大人と子供が混在しているみたいな感じ、かな。
文章は一般文芸寄り。設定も、奇をてらうよりも堅実に内容を詰めていこうとしている感じで、落ち着いてじっくり物語世界の雰囲気を楽しみたい読者には合うかもしれません。それでいて、キャラはけっこうハッチャケたところもあってラノベっぽいんですよね。そういうところ、ちょっと不思議な感じの塩梅になっていました。
次に、気になった点をいくつかあげてみます。
皇后投獄問題について。違和感はだいぶ緩和していたと書きましたが、欲を言えばもう一息かなとも。投獄中のエピソードは、幽霊が悪霊ではないことが分かっていない段階では3人の身の危険が予想されてもおかしくないものがあった気がします。にもかかわらずあのような方策をとった理由付けが、やはり少し弱いかもしれません。
例えばですね。
以下の案は説明のための一例で、お勧めするわけではないのですが。
300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
そういう思惑が絡んだ成り行きで事態がややこしくなり、皇帝側もひっこみがつかなくなって見せかけの皇后投獄に至るみたいな。皇后の身が安全と考えた理由は実作に書かれた通りで、しかしながら万一の危険から保護する役割として侍女二人は言い含められていたとする手もあります。
こんな感じでストーリーにメリハリをつけ、理由付けの補強にもなるかなと愚考しました。
気になったことの、その2。
序に書かれた数行の背景説明です。そもそも冒頭にこういう説明文を入れること自体疑問手とされることが多いかもしれませんが、私はそこは必ずしも嫌いではありません。これから読むのがどういう物語なのかを示す道しるべになりますからね。その効果は悪くないと思います。
気になったというのは、書き方にもう一工夫有った方が良いかなということです。
ほぼ同じことが中盤の主人公と幽霊の会話でも出てきましたが、私にとっては中盤の方が分かりやすかったんですね。
理由は、冒頭の記述では300年前の事件と後宮演劇の関係が、あいまいだったからです。二つの出来事が並べて書かれているだけで、つながりが記述されていませんでした。ちょっとしたことなのですが、中盤の会話ではそこが分かりやすく書かれていました。
それでなくても、冒頭の段階では読者の知識はまだ白紙なので、ああ書かれても内容が頭に入りにくいんです。
気になったこと、その3。
終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
とは言え、蒸気機関車はドラコンさんの構想の中では重要な要素なのだろうなとも思います。ならば、これもストーリーの他の要素に絡めて活かすことを考えたいです。
終章の汽車旅行の行先は、幽霊皇后の故郷ではないのでしょうか? 汽車を使えば故郷まで1日半~2日で行けるとのことでしたよね?
以下も私の妄想に近い案ではありますが。
例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
繰り返しますが、私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
ただ、ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
別にプロや公募・書籍化を望んでいなくても、せっかく書かれた作品なのですからささやかな反省会みたいに少しでも良い作品にすることは目指してもよいのでは。
私からはこれくらいです。
執筆、お疲れさまでした。',
'score' => '0',
'created' => '2022-09-18 14:30:50',
'story' => '2',
'no' => '26',
'person_id' => '137'
],
'people' => [
'id' => '137',
'name' => 'あまくさ'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 25
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2185',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想ありがとうございます。お待ちしておりました。
ご存じの事情で、創作意欲が減退しています。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
>ドラコンさんには本作を陰謀劇にする意図はないことは承知していますが、叛意というほどのものではなく、自身の地位の向上を画策するついでに少し嫌がらせをしてやろうかという程度の悪意もありかなと。
このネタはあり得ますね。皇帝への子供じみた嫌がらせ目的の呪詛が、変な方向へ作用した、というのも面白そうですね。
ただ、「主人公不在の場面」が出てきそうなので、その扱いをどうするのか? が迷うところです。
>終盤の汽車旅行のエピソードは、そこまでの展開とのつながりが薄いように思いました。
確かに、終盤の鉄道旅行は要らないといえば、要らなかったんですよね。元々の案では、鉄道の存在は作中の物価に絡めて、地の文に「鉄道運賃」を紛れ込ませておく、程度でした。
ですが、「創作相談掲示板」のご回答で、「幽霊皇后が見られなかった、『未来』を見せてやって欲しい」とのご意見がありました。その「未来」の象徴として、「鉄道」を登場させました。「鎌倉幕府滅亡(1333年)」と「徳川家康の征夷大将軍就任(1603年)」のと違い(270年間)よりも、「天保の改革のころ(1841年)」と「鉄道網が広がっていた明治33年(1900年)」との59年間のほうが違いが大きいですからね。とにかく「完成させる」ことを第一に、単純な形で、考えて、こうなりました。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
そうですね。そっちでも良かったかな? との感じもします。今すぐ書くわけでもありませんし、書けるかどうかも分かりませんが、「幽霊皇后の里帰り」ネタは、考えています。
>ちょっと感じたのは、本編はいくつかのパーツにややバラバラ感があるかなということです。一方でキャラは好感が持てましたし、後宮演劇、茶番裁判~投獄の顛末、過去の悲劇、蒸気機関車の旅など、一つ一つのパーツはけっこう魅力的で、手堅く書かれてもいました。なので、パーツをつなげる工夫をして物語に一貫性を持たせてほしいなとは感じました。
本作は「当代の皇后(銀鈴)が、幽霊皇后に気に入られて、仲良くなる話」が、「基本色」です。
今になってみると、幽霊の存在を示す「怪奇現象」の出番が遅かったな、という感じがします。以下のようにしてほうが良かったかな? と考え直してもいます。
・拷問部屋での取り調べで、部屋の中が真っ暗になって、夏なのに冬の寒さになる(元々はこの案だったが、この後の獄中の場面で、銀鈴が平然と「囚人ごっこ」を楽しんでいるのが違和感がありそうで、ボツ。だが、怪奇現象に遭って投獄されても、平気でお菓子をパクついているほうが、銀玲らしいか?)。
・獄中で、「赤毛の美女(幽霊皇后)」の姿を見掛ける。
前にも書いた通り、「完成させることを第一」に、掲示板に投稿していたネタを繋ぎ合わせて書いたら、こうなりました。執筆体力がないので、推敲のほうも十分できなかったですね。
',
'score' => '0',
'created' => '2022-09-18 21:15:28',
'story' => '3',
'no' => '27',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 26
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
>あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2192',
'title' => '感想返信追記です',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '26',
'comment' => ' >あまくささん
ドラコンです。ご感想を何度か読み返しましたので、遅ればせながら、返信の追記です。
>私があげた案は感想としては僭越というか、いささか踏み込みすぎかもしれません。
「意見押し付け」について、随分お気遣いいただきありがとうございます。これはあまりお気になさいませんように。あまくささんとは長いお付き合いですし、毎度有益なご意見をいただいております。あまくささんのように信頼できる方と、名前を知っている程度の人物とでは、ご意見の重さや感じ方は当然異なります。
>例えば、序盤~中盤に幽霊皇后の故郷の思い出を伏線として散りばめておくのはどうでしょうか? ベタかもしれませんが、獄中の主人公が幽霊の影響で彼女の故郷の夢を見るという手もあります。そんなふうに幽霊皇后の故郷への想いを断片的に読者に仄めかしておいて、最後の汽車旅行で「ああ、あの不思議な風景はこれだったのか」と明示する要領です。
先の返信で、「拷問部屋での取り調べ時に、部屋が暗くなる怪奇現象を起こしておいたほうが良かったのか?」と書きました。
さらに踏み込んで、この場面で銀鈴が気絶し、幽霊皇后輿入れの花嫁道中の夢を見る、にしても良かったですかね。
書けるかどうかは分かりませんが、次作を書くとすれば、今作の最後を「幽霊皇后の里帰り」とする「改稿版」にするか、「今作の続き」として、別個に「幽霊皇后の里帰り」にするかは、迷うところです。
>300年前の悪帝・悪妃の流れをくむ一族が宮廷の一部で勢力を保持していることにすれば、かっこうの悪役として使えます。流れを汲むといっても縁が薄いのでそれほど問題視されてはいないというくらいの立場で、秘かに現皇帝一族への悪意を受け継いでいる感じ。
悪妃・悪帝の流れをくむ皇族か貴族(皇族・貴族の序列では最末席)には、「バカ殿」になってもらうのも、一興ですね。
今作の改稿版か、次作のネタかは分かりませんが、あくまでもパッと思い付いた一案です。芳雲や幽霊皇后を、皇族・貴族なら芳雲が自由に後宮に出入りでき、皇帝とも仲が良いことや、「銀鈴」の名は知っているはずなのに、それとは気付かずに口説いてくる感じで(お子様の銀鈴はお呼びでない)。いや、気付いていて、皇帝への意趣返しで墓穴を掘る感じか?
',
'score' => '0',
'created' => '2022-09-20 21:32:39',
'story' => '3',
'no' => '29',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 27
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説 家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2186',
'title' => 'この後のネタです',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' ドラコンです。感想人とのトラブルで創作意欲は減退しています。もしも次を書くとすれば、との簡単な案を書いておきます。書けるかどうかは分かりませんが、こちらにもコメントをいただければ幸いです。
もっとも、書くのは良いにしても、トラブルが怖いので、公開するかは迷うところですが。
●香々の里帰り
・忠元が鉄道院から「後宮劇団で鉄道モノの演劇をやってもらえないか?」と頼まれる。
・忠元が香々に、香々の子孫の鉄道小説家に「作品使用の許諾をえること」「舞台の視察(列車及び沿線風景)」のついでの里帰りを提案。
●香々の「鉄子(女性の鉄道マニア)」英才教育
・本作で、香々が鉄道に興味を持ったので、鉄道マニアの忠元が香々に「鉄子」の英才教育を施す。
●今後の舞台
今までは、砂漠の中のシルクロード鉄道や高地を行く青海・チベット鉄道を想定して書いてみたいので、現実の地名でいえば、中国新疆ウイグル自治区、チベット自自区のように、「西」に目が向いていた。だが、YouTubeで中国の旅行動画が見ていると、蘇州や杭州といった東側の「水の都」も面白そう。
',
'score' => '0',
'created' => '2022-09-18 21:19:14',
'story' => '2',
'no' => '28',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 28
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
プロ作家、編集者にアドバイスしてもらえる!勉強会で腕を高めあえる!小説で飯を食べていきたい人のための創作コミュニティ。学生には交通費1000円を支給。
他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 239 ]Code Context </ div >
<?php if (!empty( $novel [ 'novels' ][ 'improvementl' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 長所。良かった点 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 239
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 長所。良かった点
硬質な文体と意外と分かりやすい内容。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 248 ]Code Context
<?php if (!empty( $novel [ 'novels' ][ 'good' ]) && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
< h3 class= "tyousyo" > 良かった要素 </ h3 >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 248
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 良かった要素
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2193',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => '硬質な文体と意外と分かりやすい内容。',
'good' => '1',
'parent_no' => '1',
'comment' => '他の方々の様な批評はとてもできませんが・・
初見で漢字がとても多くて難しそうだ。理解できるかという印象を受けましたが、文が硬質である割には意外と分かりやすくシチュエーションも新鮮だと思いました。
・銀鈴が「お菓子食べ放題」に惹かれたり邪気がない雰囲気を持つというキャラ立て。
・コオロギ対決と言うどう考えても子供の遊びなのに2千両ものお金をかけ投獄騒ぎになる新しいシチュエーション。
・芝居の話や牢獄の中のやり取りなど新鮮な場面がある。
・茶番で裏がありそうな謎。
等でしょうか。私にはこれ位しか挙げる事が出来ません。ご容赦を。',
'score' => '0',
'created' => '2022-09-21 05:46:34',
'story' => '2',
'no' => '30',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 29
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2194',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => '',
'parent_no' => '30',
'comment' => '後は
・香々の存在。
・幽霊調査の真相等でしょうか。
短いですが。',
'score' => '0',
'created' => '2022-09-21 06:00:59',
'story' => '3',
'no' => '31',
'person_id' => '322'
],
'people' => [
'id' => '322',
'name' => '元々島の人'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 30
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
> 元々島の人さん
ドラコンです。ご感想ありがとうございます。
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2195',
'title' => '寿国演義 無邪気皇后銀鈴、茶番で投獄されるのことの批評の返信',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '30',
'comment' => '> 元々島の人さん
ドラコンです。ご感想ありがとうございます。',
'score' => '0',
'created' => '2022-09-21 10:39:11',
'story' => '3',
'no' => '32',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 31
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 254 ]Code Context <?php endif; ?>
<?php if ( $novel [ 'novels' ][ 'score' ] < 30 && intval ( $novel [ 'novels' ][ 'person_id' ]) !== intval ( $NovelsOrigin -> person_id )): ?>
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 254
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 376 ]Code Context
<?= $this -> element ( 'url' ,[ 'location' => 2 , 'url' => $NovelsOrigin -> url ]) ?>
< a href = "#myForm" class= "btn btn-primary btn-block" >< i class= "fa fa-arrow-down" aria - hidden = "true" ></ i > この小説を批評する! </ a >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 376
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81 小説投稿先URL
(別タブが開きます)
この小説を批評する!
他の批評依頼
中2です。ラノベが書きたいです!一日でいろいろ調べてみて、短編から書くといいって書いてあったので書こうとしたんですけど、ジャンルが…...
続きを読む >>
処女作です。
誰かに批評されたくてここに来ました。
率直に良かった点や悪かった点等をぶった斬って頂けると嬉しいです。
続きを読む >>
トップページへ
Notice (8) : Trying to get property of non-object [APP/Template/Novels/thread.ctp , line 398 ]Code Context
<?= $this -> element ( 'add_rs' ,[ 'novels' => $novel , 'id' => $id , 'novels' => $NovelsOrigin , 'rs' => true , 'quotation' => true , 'review' => true , 'category' => intval ( $NovelsOrigin -> category )]) ?>
< a href = "#" id = "Ptop" > ページの先頭へ </ a >
$viewFile = '/home/users/2/weblike.jp-tennsaku/web/review/src/Template/Novels/thread.ctp'
$dataForView = [
'_serialize' => [
(int) 0 => 'tree'
],
'novel' => object(App\Model\Entity\Novel) {
'[new]' => true,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Novels'
},
'tree' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
[maximum depth reached]
],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [
[maximum depth reached]
],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'count_treeList' => (int) 32,
'NovelsOrigin' => null,
'id' => '2107)',
'random_data' => object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [[maximum depth reached]],
'defaultTypes' => [
[maximum depth reached]
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
[maximum depth reached]
],
'matching' => [[maximum depth reached]],
'extraOptions' => [[maximum depth reached]],
'repository' => object(App\Model\Table\NovelsTable) {}
},
'content' => null,
'i' => (int) 0,
'i2' => (int) 0,
'advertisements_count' => (int) 2,
'excellent' => (int) 3,
'CommentCount' => (int) 1259,
'count_RsList' => (int) 32,
'accordion4' => true,
'headerTitle' => 'ノベル道場/小説の批評をし合おう!',
'title' => '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!',
'title2' => 'ノベル道場/小説の批評をし合おう!',
'description' => null,
'site_name' => 'ノベル道場/小説の批評をし合おう!',
'meta' => (int) 2,
'advertisements' => true,
'form' => (int) 2,
'nondisplay' => [],
'count_no' => null,
'non' => null
]
$_serialize = [
(int) 0 => 'tree'
]
$novel = object(App\Model\Entity\Novel) {
'novels' => [
'id' => '2207',
'title' => 'pixiv投稿のお知らせ',
'url' => 'https://ranove.sakura.ne.jp/1story_system/public_story/03084.shtml',
'improvementl' => null,
'good' => null,
'parent_no' => '1',
'comment' => ' 本作ならびに前作の『銀鈴、都へ行く 急行列車と動物支障と家出娘』は、pixiv(要アカウント)にも投稿しました。pixivのほうなら、章単位でのつまみ食いがやりやすいかと存じます。
『無邪気皇后銀鈴、茶番で投獄されるのこと』
https://www.pixiv.net/novel/show.php?id=18420994
『銀鈴、都へ行く 急行列車と動物支障と家出娘』
(pixiv)
https://www.pixiv.net/novel/show.php?id=18418837
(ノベル道場)
https://www.pixiv.net/novel/show.php?id=18418837',
'score' => '0',
'created' => '2022-09-25 22:00:51',
'story' => '2',
'no' => '33',
'person_id' => '64'
],
'people' => [
'id' => '64',
'name' => 'ドラコン'
],
'[new]' => false,
'[accessible]' => [
'*' => true,
'id' => false
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Novels'
}
$tree = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.url AS "novels__url", novels.improvementl AS "novels__improvementl", novels.good AS "novels__good", novels.parent_no AS "novels__parent_no", novels.comment AS "novels__comment", novels.score AS "novels__score", novels.created AS "novels__created", novels.story AS "novels__story", novels.no AS "novels__no", novels.person_id AS "novels__person_id", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (Novels.rght < :c0 AND Novels.lft > :c1) ORDER BY Novels.lft ASC',
'params' => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [
'for' => '2107)'
],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$count_treeList = (int) 32
$NovelsOrigin = null
$id = '2107)'
$random_data = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT novels.id AS "novels__id", novels.title AS "novels__title", novels.score AS "novels__score", novels.url AS "novels__url", novels.created AS "novels__created", novels.comment AS "novels__comment", novels.person_id AS "novels__person_id", novels.rs AS "novels__rs", novels.excellent AS "novels__excellent", novels.parent_title AS "novels__parent_title", novels.category AS "novels__category", people.id AS "people__id", people.name AS "people__name" FROM novels Novels INNER JOIN people People ON People.id = (Novels.person_id) WHERE (parent_id) IS NULL ORDER BY random() LIMIT 3',
'params' => [],
'defaultTypes' => [
'Novels__id' => 'integer',
'Novels.id' => 'integer',
'id' => 'integer',
'Novels__parent_id' => 'integer',
'Novels.parent_id' => 'integer',
'parent_id' => 'integer',
'Novels__person_id' => 'integer',
'Novels.person_id' => 'integer',
'person_id' => 'integer',
'Novels__title' => 'string',
'Novels.title' => 'string',
'title' => 'string',
'Novels__comment' => 'text',
'Novels.comment' => 'text',
'comment' => 'text',
'Novels__parent_comment' => 'text',
'Novels.parent_comment' => 'text',
'parent_comment' => 'text',
'Novels__category' => 'text',
'Novels.category' => 'text',
'category' => 'text',
'Novels__lft' => 'integer',
'Novels.lft' => 'integer',
'lft' => 'integer',
'Novels__rght' => 'integer',
'Novels.rght' => 'integer',
'rght' => 'integer',
'Novels__origin' => 'integer',
'Novels.origin' => 'integer',
'origin' => 'integer',
'Novels__origin_title' => 'text',
'Novels.origin_title' => 'text',
'origin_title' => 'text',
'Novels__parent_title' => 'text',
'Novels.parent_title' => 'text',
'parent_title' => 'text',
'Novels__ip' => 'text',
'Novels.ip' => 'text',
'ip' => 'text',
'Novels__user_ip' => 'text',
'Novels.user_ip' => 'text',
'user_ip' => 'text',
'Novels__rs' => 'integer',
'Novels.rs' => 'integer',
'rs' => 'integer',
'Novels__score' => 'integer',
'Novels.score' => 'integer',
'score' => 'integer',
'Novels__no' => 'integer',
'Novels.no' => 'integer',
'no' => 'integer',
'Novels__parent_no' => 'integer',
'Novels.parent_no' => 'integer',
'parent_no' => 'integer',
'Novels__story' => 'integer',
'Novels.story' => 'integer',
'story' => 'integer',
'Novels__excellent' => 'integer',
'Novels.excellent' => 'integer',
'excellent' => 'integer',
'Novels__writer' => 'integer',
'Novels.writer' => 'integer',
'writer' => 'integer',
'Novels__url' => 'text',
'Novels.url' => 'text',
'url' => 'text',
'Novels__outlinel' => 'text',
'Novels.outlinel' => 'text',
'outlinel' => 'text',
'Novels__improvementl' => 'text',
'Novels.improvementl' => 'text',
'improvementl' => 'text',
'Novels__good' => 'text',
'Novels.good' => 'text',
'good' => 'text',
'Novels__purpose' => 'integer',
'Novels.purpose' => 'integer',
'purpose' => 'integer',
'Novels__created' => 'datetime',
'Novels.created' => 'datetime',
'created' => 'datetime',
'Novels__modified' => 'datetime',
'Novels.modified' => 'datetime',
'modified' => 'datetime',
'People__id' => 'integer',
'People.id' => 'integer',
'People__name' => 'text',
'People.name' => 'text',
'name' => 'text',
'People__email' => 'text',
'People.email' => 'text',
'email' => 'text',
'People__sendmail' => 'integer',
'People.sendmail' => 'integer',
'sendmail' => 'integer',
'People__created' => 'datetime',
'People.created' => 'datetime'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [
'People' => [[maximum depth reached]]
],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\NovelsTable) {}
}
$content = null
$i = (int) 32
$i2 = (int) 0
$advertisements_count = (int) 2
$excellent = (int) 3
$CommentCount = (int) 1259
$count_RsList = (int) 32
$accordion4 = true
$headerTitle = 'ノベル道場/小説の批評をし合おう!'
$title = '「」の批評依頼。長所を教えてください!ノベル道場/小説の批評をし合おう!'
$title2 = 'ノベル道場/小説の批評をし合おう!'
$description = null
$site_name = 'ノベル道場/小説の批評をし合おう!'
$meta = (int) 2
$advertisements = true
$form = (int) 2
$nondisplay = []
$count_no = null
$non = null include - APP/Template/Novels/thread.ctp, line 398
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1196
Cake\View\View::_render() - CORE/src/View/View.php, line 1157
Cake\View\View::render() - CORE/src/View/View.php, line 765
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 623
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 108
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
ページの先頭へ
ノベル道場/小説の批評をし合おう!の使い方・利用規約(必ずお読みください)。お問い合わせ
関連コンテンツ